diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-01-12 17:18:47 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-01-12 17:18:47 (GMT) |
commit | 9e26ff2daabf25c41534abdcb994cb98ae139e5a (patch) | |
tree | 67a7abde13e5cafeea33a27e88437e989f591ef8 /Makefile.in | |
parent | 7581a07f4210634357e8ecd541b9befd0fa741ef (diff) | |
download | hdf5-9e26ff2daabf25c41534abdcb994cb98ae139e5a.zip hdf5-9e26ff2daabf25c41534abdcb994cb98ae139e5a.tar.gz hdf5-9e26ff2daabf25c41534abdcb994cb98ae139e5a.tar.bz2 |
[svn-r1940] Changed distclean target to clean up a few more recently created
files.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 4cf4be6..651bbbb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,9 +91,11 @@ distclean: @@SETX@; for d in $(SUBDIRS) examples pablo; do \ (cd $$d && $(MAKE) $@); \ done - -$(RM) config/commence config/conclude config/depend - -$(RM) config.cache config.log config.status src/H5config.h - -$(RM) config/stamp1 config/stamp2 libtool Makefile + -$(RM) config/commence config/conclude + -$(RM) config/stamp1 config/stamp2 config/depend? + -$(RM) config.cache config.log config.status + -$(RM) src/H5config.h src/H5pubconf.h + -$(RM) libtool Makefile -$(CP) Makefile.dist Makefile maintainer-clean: |