summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-02 17:28:35 +0000
committerRoy Marples <roy@marples.name>2008-01-02 17:28:35 +0000
commit301c378ffeb4f1d227656973d341044048963ad1 (patch)
tree5c043742b4b9f711264545a4ce288ffc41fa289e /src/Makefile
parent6cee86071ec2771f48156831dc667ecb0fd52d76 (diff)
downloadopenrc-301c378ffeb4f1d227656973d341044048963ad1.tar.gz
openrc-301c378ffeb4f1d227656973d341044048963ad1.tar.bz2
openrc-301c378ffeb4f1d227656973d341044048963ad1.tar.xz
Make depend a global target
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 072384b..5e2dd9b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -173,5 +173,5 @@ _DEPS != ls *.c *.h
.depend: version.h $(_DEPS)$(wildcard *.c *.h)
$(CC) $(CPPFLAGS) -MM *.c > .depend
-depend:
+depend::
$(CC) $(CPPFLAGS) -MM *.c > .depend