From 13b67571be882c7f36461fcb8df88081f14d31be Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 1 Jul 1999 11:17:48 -0500 Subject: [svn-r1401] Included pablo in the clean up targets too. Not sure if it should be in the tests target, so did not put it there. --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index dcd921d..a6079fa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -93,13 +93,13 @@ H5Tinit.c: mostlyclean distclean maintainer-clean clean mostlyclean: - @@SETX@; for d in $(SUBDIRS) examples; do \ + @@SETX@; for d in $(SUBDIRS) examples pablo; do \ (cd $$d && $(MAKE) $@); \ done -$(RM) conftest conftest.c distclean: - @@SETX@; for d in $(SUBDIRS) examples; do \ + @@SETX@; for d in $(SUBDIRS) examples pablo; do \ (cd $$d && $(MAKE) $@); \ done -$(RM) config/commence config/conclude config/depend @@ -110,7 +110,7 @@ distclean: maintainer-clean: @echo "This command is intented for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." - @@SETX@; for d in $(SUBDIRS) examples; do \ + @@SETX@; for d in $(SUBDIRS) examples pablo; do \ (cd $$d && $(MAKE) $@); \ done -$(RM) config.cache config.log config.status src/H5config.h -- cgit v0.12