aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d20cd88..46667b3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+# This Makefile requires GNU make.
# Install paths. DESTDIR is used for installing to an alternate location,
# for people making RPM/deb/tgz/etc packages.
@@ -85,7 +86,7 @@ a8cat: a8cat.c atables.o wtable.o
a8xd: a8xd.c atables.o
subdirs:
- for dir in $(SUBDIRS); do make -C $$dir COPT="$(COPT)"; done
+ for dir in $(SUBDIRS); do ${MAKE} --no-print-directory -C $$dir COPT="$(COPT)"; done
a8eol: a8eol.c