From 376dc591212e13703d98d8549d77ab3d7daba387 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 14 Aug 2001 16:45:55 -0500 Subject: [svn-r4353] Purpose: Bug fix Description: Moved the position of the target of perform so that it is included in compiling but not in the 'check' target. Platforms tested: eirene. --- Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index bf790f0..a6f37df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ srcdir=@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') -SUBDIRS=src test tools @TESTPARALLEL@ perform @subdirs@ +SUBDIRS=src test tools @TESTPARALLEL@ @subdirs@ ############################################################################## ## T A R G E T S @@ -61,7 +61,7 @@ lib progs check test _test uninstall: done tests TAGS dep depend: - @@SETX@; for d in $(SUBDIRS) examples; do \ + @@SETX@; for d in $(SUBDIRS) perform examples; do \ (cd $$d && $(MAKE) $@) || exit 1; \ done @@ -88,13 +88,13 @@ H5Tinit.c: mostlyclean distclean maintainer-clean clean mostlyclean: - @@SETX@; for d in $(SUBDIRS) doc examples pablo; do \ + @@SETX@; for d in $(SUBDIRS) doc perform examples pablo; do \ (cd $$d && $(MAKE) $@); \ done -$(RM) conftest conftest.c distclean: - @@SETX@; for d in $(SUBDIRS) doc examples pablo; do \ + @@SETX@; for d in $(SUBDIRS) doc perform examples pablo; do \ (cd $$d && $(MAKE) $@); \ done -$(RM) config/commence config/conclude @@ -106,7 +106,7 @@ distclean: maintainer-clean: @echo "This target is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." - @@SETX@; for d in $(SUBDIRS) doc examples pablo; do \ + @@SETX@; for d in $(SUBDIRS) doc perform examples pablo; do \ (cd $$d && $(MAKE) $@); \ done -$(RM) config.cache config.log config.status src/H5config.h -- cgit v0.12