[svn-r3523] Purpose:

Bug Fix
Description:
    For some reason, it was trying to cd to the examples/ and pablo/
    directories to do a distclean. Only problem was, they aren't here.
Solution:
    Removed those from the `for' loop.
Platforms tested:
    Linux
This commit is contained in:
Bill Wendling 2001-02-27 17:41:49 -05:00
parent c45a1d919a
commit ed7a1d171c

View File

@ -64,7 +64,7 @@ install-doc:
(cd $$d && $(MAKE) $@); \
done
.PHONY: all lib progs test _test install uninstall dep depend clean \
.PHONY: all lib progs test _test install uninstall dep depend clean \
mostlyclean distclean maintainer-clean
clean mostlyclean:
@ -73,8 +73,8 @@ clean mostlyclean:
done
distclean:
@@SETX@; for d in $(SUBDIRS) examples pablo; do \
(cd $$d && $(MAKE) $@); \
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) Makefile