summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-08-01 19:26:20 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-08-01 19:26:20 +0000
commitd80b9ca208909b85673b1524a8b9b47482af665b (patch)
tree5419715bf6ef5a5c39d388eb371b3cfbb5cf67f5 /Makefile.in
parentb724dfd17854a3ba7b980f3be88c7d1eb44752b4 (diff)
not sense in these being distinct
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index b40f1ff..30d375c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -22,10 +22,7 @@ SUBDIRS=lib libdyn clients server zhm zwgc
build:
$(MAKE) all
-all:
- for i in ${SUBDIRS}; do (cd $$i; ${MAKE} $@) || exit 1; done
-
-check clean:
+all check clean:
for i in ${SUBDIRS}; do (cd $$i; ${MAKE} $@) || exit 1; done
install: