mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r1440] Fixed distclean target
This commit is contained in:
parent
49e9060f48
commit
f097cbbcd9
@ -4,6 +4,10 @@
|
||||
# All rights reserved.
|
||||
#
|
||||
#
|
||||
top_srcdir=@top_srcdir@
|
||||
top_builddir=..
|
||||
srcdir=@srcdir@
|
||||
VPATH=.:@srcdir@
|
||||
@COMMENCE@
|
||||
TRACE=perl ../bin/trace
|
||||
###############################################################################
|
||||
@ -129,7 +133,7 @@ clean: mostlyclean
|
||||
#
|
||||
distclean: clean
|
||||
$(RM) .depend TAGS *~ core *.core *.bak *.old *.new $(DISTCLEAN)
|
||||
@if test -f Makefile.in; then \
|
||||
@if test -f $(srcdir)/Makefile.in; then \
|
||||
(set -x; $(RM) Makefile); \
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user