diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-07-07 20:19:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-07-07 20:19:44 (GMT) |
commit | f097cbbcd9d9a2c78c0f93293709423e55796c5e (patch) | |
tree | b1fb66ceedc3d583e2de416bc0af0fea3f645ea6 /pablo/Makefile.in | |
parent | 49e9060f481a8ba59de989a96050386f89169fbf (diff) | |
download | hdf5-f097cbbcd9d9a2c78c0f93293709423e55796c5e.zip hdf5-f097cbbcd9d9a2c78c0f93293709423e55796c5e.tar.gz hdf5-f097cbbcd9d9a2c78c0f93293709423e55796c5e.tar.bz2 |
[svn-r1440] Fixed distclean target
Diffstat (limited to 'pablo/Makefile.in')
-rw-r--r-- | pablo/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pablo/Makefile.in b/pablo/Makefile.in index 51c7e0a..1a77d83 100644 --- a/pablo/Makefile.in +++ b/pablo/Makefile.in @@ -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 |