2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

missing parenthesis on make variable in test target ...

This commit is contained in:
William King 1999-10-06 22:53:21 +00:00
parent da547174e2
commit 5f121757c6

View File

@ -208,7 +208,7 @@ clean distclean::
rm -f t_journal
test:
for $dir in $(SUBDIRS) ;\
for $(dir) in $(SUBDIRS) ;\
do \
(cd $$(dir); $(MAKE) test) ;\
done