summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-02-08 23:50:32 +0100
committerPavel Machek <pavel@ucw.cz>1999-02-08 23:50:32 +0100
commitedf62ba13fa6a74447d7ad44b23acbee964731bc (patch)
tree13dd6b8c41e69c265192639403620ea3ac89fca7 /Makefile
parented245f967f76d29d6a4ce971ba4287ba6a7031f7 (diff)
downloadbird-edf62ba13fa6a74447d7ad44b23acbee964731bc.tar
bird-edf62ba13fa6a74447d7ad44b23acbee964731bc.zip
Propagate depend into all subdirectories; make rip compile after
latest mj's changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa437ed..fb1006d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
objdir=obj
-all:
+all depend:
$(MAKE) -C $(objdir) $@
clean: