mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
missing parenthesis on make variable in test target ...
This commit is contained in:
@@ -208,7 +208,7 @@ clean distclean::
|
|||||||
rm -f t_journal
|
rm -f t_journal
|
||||||
|
|
||||||
test:
|
test:
|
||||||
for $dir in $(SUBDIRS) ;\
|
for $(dir) in $(SUBDIRS) ;\
|
||||||
do \
|
do \
|
||||||
(cd $$(dir); $(MAKE) test) ;\
|
(cd $$(dir); $(MAKE) test) ;\
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user