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