aboutsummaryrefslogtreecommitdiff
path: root/pd/src/makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/makefile.in')
-rw-r--r--pd/src/makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/pd/src/makefile.in b/pd/src/makefile.in
index ae8ccffc..f525bae3 100644
--- a/pd/src/makefile.in
+++ b/pd/src/makefile.in
@@ -162,7 +162,9 @@ distclean: clean
tags: $(SRC) $(GSRC); ctags *.[ch]
-depend:
+depend: makefile.dependencies
+
+makefile.dependencies: makefile
$(CC) $(INCLUDE) $(CFLAGS) -M $(SRC) > makefile.dependencies
uninstall: