summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-02 17:07:44 +0000
committerRoy Marples <roy@marples.name>2008-01-02 17:07:44 +0000
commitb204eb57dcd8dba92f00c317f2c462e6282b914c (patch)
tree251a789f56aa662d86804b5352f2124a4f650959 /src/Makefile
parent0855e685bd4fa3ad00f6486fdcef411088158412 (diff)
downloadopenrc-b204eb57dcd8dba92f00c317f2c462e6282b914c.tar.gz
openrc-b204eb57dcd8dba92f00c317f2c462e6282b914c.tar.bz2
openrc-b204eb57dcd8dba92f00c317f2c462e6282b914c.tar.xz
Really dd depend target
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 51dcc91..072384b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -173,4 +173,5 @@ _DEPS != ls *.c *.h
.depend: version.h $(_DEPS)$(wildcard *.c *.h)
$(CC) $(CPPFLAGS) -MM *.c > .depend
-depend: .depend
+depend:
+ $(CC) $(CPPFLAGS) -MM *.c > .depend