mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 15:17:01 -04:00
missing parenthesis on make variable in test target ...
This commit is contained in:
parent
da547174e2
commit
5f121757c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue