From: guy Date: Mon, 18 Sep 2000 05:04:52 +0000 (+0000) Subject: There's no longer a rule to make "force", so don't make "depend" depend X-Git-Tag: libpcap-0.6.1~87 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/7e461ddcbe2ab74b11d37570be3b9cac6aea0a62 There's no longer a rule to make "force", so don't make "depend" depend on "force". --- diff --git a/Makefile.in b/Makefile.in index c06fe752..09502eef 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,7 @@ # WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#) $Header: /tcpdump/master/libpcap/Makefile.in,v 1.82 2000-07-30 05:56:49 assar Exp $ (LBL) +# @(#) $Header: /tcpdump/master/libpcap/Makefile.in,v 1.83 2000-09-18 05:04:52 guy Exp $ (LBL) # # Various configurable paths (remember to edit Makefile.in, not Makefile) @@ -180,5 +180,5 @@ tar: "rm -f ../$$name" ; \ rm -f ../$$name -depend: $(GENSRC) force +depend: $(GENSRC) ./mkdep -c $(CC) $(DEFS) $(INCLS) $(SRC)