rm .depend for multiple builds in same tree (Will Partain)
authorjbj <devnull@localhost>
Tue, 11 Aug 1998 16:09:20 +0000 (16:09 +0000)
committerjbj <devnull@localhost>
Tue, 11 Aug 1998 16:09:20 +0000 (16:09 +0000)
CVS patchset: 2242
CVS date: 1998/08/11 16:09:20

popt/Makefile.in

index 26e67a2..0329bbc 100644 (file)
@@ -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