[svn-r3115] Purpose:

Doh!
Description:
	When adding the examples directory to the testing, forgot to
	remove it from the other scripts in the makefile since it would
	then be run twice.
Solution:
	Removed it (saved the old code)
Platforms tested:
	Hey! Trust me :)
This commit is contained in:
Bill Wendling 2000-12-12 14:24:04 -05:00
parent 84fadb9f74
commit 8343f2a687

View File

@ -72,8 +72,9 @@ lib progs check test _test uninstall:
(cd $$d && $(MAKE) $@) || exit 1; \
done
## @@SETX@; for d in $(SUBDIRS) examples; do \
tests TAGS dep depend:
@@SETX@; for d in $(SUBDIRS) examples; do \
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \
done
@ -86,14 +87,16 @@ install:
.PHONY: all lib progs test _test install uninstall dep depend clean \
mostlyclean distclean maintainer-clean
## @@SETX@; for d in $(SUBDIRS) examples; do \
clean mostlyclean:
@@SETX@; for d in $(SUBDIRS) examples; do \
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) conftest conftest.c
## @@SETX@; for d in $(SUBDIRS) examples; do \
distclean:
@@SETX@; for d in $(SUBDIRS) examples; do \
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) config/commence config/conclude