From f097cbbcd9d9a2c78c0f93293709423e55796c5e Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 7 Jul 1999 15:19:44 -0500 Subject: [svn-r1440] Fixed distclean target --- pablo/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v0.12