diff options
author | Martin Mares <mj@ucw.cz> | 1999-01-15 17:40:14 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-01-15 17:40:14 +0100 |
commit | b79f9215b99c7a54dbb2639c972dda497d141133 (patch) | |
tree | a2f481febf5e0d344eeb694f784a178d11429992 /tools | |
parent | 489b6b5e003f4a8a7856688ab0372b2ca59c84d9 (diff) | |
download | bird-b79f9215b99c7a54dbb2639c972dda497d141133.tar bird-b79f9215b99c7a54dbb2639c972dda497d141133.zip |
Propagate "depend" target to real top-level Makefile.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile-top.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile-top.in b/tools/Makefile-top.in index 0b201a5..4493a40 100644 --- a/tools/Makefile-top.in +++ b/tools/Makefile-top.in @@ -3,7 +3,7 @@ objdir=@objdir@ -all: +all depend: $(MAKE) -C $(objdir) $@ clean: |