summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>1998-08-11 16:09:20 +0000
committerjbj <jbj>1998-08-11 16:09:20 +0000
commit35c710a3e1a144db11f057dc50d775af20fa9817 (patch)
tree650defd61263003b1faca16c627ed1f6b76ea60a
parent720fe165dc797e3fe806e445423fd33cb545b034 (diff)
downloadlibpopt-35c710a3e1a144db11f057dc50d775af20fa9817.tar.gz
rm .depend for multiple builds in same tree (Will Partain)r2-5-3
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 26e67a2..0329bbc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55,6 +55,7 @@ squeaky: distclean
depend:
topdir_path=`( cd $(top_srcdir) && pwd )` ; \
+ /bin/rm -f .depend ; \
$(CPP) $(CFLAGS) -MM $(SOURCES) | \
sed s+$$topdir_path+$(top_srcdir)+g > .depend