diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-04-09 12:41:10 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-04-09 12:41:10 (GMT) |
commit | e403006cc276b29a4b5f3f8fc6c7b11796d1b8d0 (patch) | |
tree | 4a8358d49edcbdbb59b7c19ced8092755906a38f /Makefile.in | |
parent | 8a086b16434f623de655f9eb17bb097ecaf53c8d (diff) | |
download | hdf5-e403006cc276b29a4b5f3f8fc6c7b11796d1b8d0.zip hdf5-e403006cc276b29a4b5f3f8fc6c7b11796d1b8d0.tar.gz hdf5-e403006cc276b29a4b5f3f8fc6c7b11796d1b8d0.tar.bz2 |
[svn-r5151] Purpose:
Code cleanup
Description:
Remove the 'configure.lineno' file during "make distclean"
Platforms tested:
FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0dca046..5eaa721 100644 --- a/Makefile.in +++ b/Makefile.in @@ -137,7 +137,7 @@ distclean: done -$(RM) config/commence config/conclude -$(RM) config/stamp1 config/stamp2 config/depend? - -$(RM) config.cache config.log config.status + -$(RM) config.cache config.log config.status configure.lineno -$(RM) src/H5config.h src/H5pubconf.h -$(RM) libtool Makefile |