projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e557cf4
)
Don't take CFLAGS into consideration with make depend
author
Robert Swiecki
<swiecki@google.com>
Fri, 11 Mar 2016 14:48:23 +0000
(15:48 +0100)
committer
Robert Swiecki
<swiecki@google.com>
Fri, 11 Mar 2016 14:48:23 +0000
(15:48 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index cd5a64fd94d6933518dfabda319acc7db250fd2c..5caf5526950434efca1bcdfb60d790880bebf1ff 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-57,7
+57,7
@@
clean:
$(RM) core Makefile.bak $(OBJS) $(BIN)
depend:
- makedepend -Y. --
$(CFLAGS)
-- $(SRCS)
+ makedepend -Y. -- -- $(SRCS)
indent:
indent -linux -l100 -lc100 *.c *.h seccomp/*.c seccomp/*.h; rm -f *~ seccomp/*~