From 35c710a3e1a144db11f057dc50d775af20fa9817 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 11 Aug 1998 16:09:20 +0000 Subject: rm .depend for multiple builds in same tree (Will Partain) --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1