summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3292c7a..934fd51 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ export
all: .dep all-dirs bird
all-dirs:
- set -e ; for a in $(DIRS) ; do $(MAKE) -C $$a all ; done
+ set -e ; for a in $(DIRS) ; do $(MAKE) -C $$a this ; done
bird: $(PARTOBJS) $(LIBS)
$(CC) $(LDFLAGS) -o $@ $^