]> The Tcpdump Group git mirrors - libpcap/commitdiff
There's no longer a rule to make "force", so don't make "depend" depend
authorguy <guy>
Mon, 18 Sep 2000 05:04:52 +0000 (05:04 +0000)
committerguy <guy>
Mon, 18 Sep 2000 05:04:52 +0000 (05:04 +0000)
on "force".

Makefile.in

index c06fe7528ada6ce86e695d4ca061cd46922bacac..09502eef181dab6d095d460fc7dfa4983b7b2490 100644 (file)
@@ -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)