]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Make clean target clean up test program.
authorTed Lemon <source@isc.org>
Wed, 6 Oct 1999 22:39:11 +0000 (22:39 +0000)
committerTed Lemon <source@isc.org>
Wed, 6 Oct 1999 22:39:11 +0000 (22:39 +0000)
dhcpctl/Makefile.dist
omapip/Makefile.dist

index f554aff14211a65701474b31c1cf57d6280a3cfe..9d55548516018570150d169ce0c6ab9e48751552 100644 (file)
@@ -63,7 +63,7 @@ depend:
        makedepend $(INCLUDES) $(PREDEFINES) $(SRCS)
 
 clean:
-       -rm -f $(OBJ)
+       -rm -f $(OBJ) test.o test
 
 realclean: clean
        -rm -f libdhcp.a *~ $(CATMANPAGES) $(SEDMANPAGES)
index cdf280c3f3c5861d063fbc6c8b0083172baa8495..65f82b46de25de720185a1c1529ee18e74503573 100644 (file)
@@ -67,7 +67,7 @@ depend:
        makedepend $(INCLUDES) $(PREDEFINES) $(SRCS)
 
 clean:
-       -rm -f $(OBJ)
+       -rm -f $(OBJ) test.o test
 
 realclean: clean
        -rm -f libdhcp.a *~ $(CATMANPAGES) $(SEDMANPAGES)