]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[util] Remove obsolete Makefile rule for util/prototester.c
authorMarin Hannache <mareo@mareo.fr>
Thu, 12 Apr 2012 21:14:46 +0000 (23:14 +0200)
committerMichael Brown <mcb30@ipxe.org>
Tue, 24 Apr 2012 10:45:24 +0000 (11:45 +0100)
util/prototester.c was removed in commit a6d1815 ("Obsolete for some
time now") back in 2006.

Signed-off-by: Marin Hannache <mareo@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/util/Makefile

index d72661e21c04b4218acc84435d3f2794b65131bf..4a6a7c7c6e3a58d0e271044b686a9172a58432f9 100644 (file)
@@ -1,17 +1,11 @@
 BLIB = ../bin/blib.a
 CFLAGS = -Os
 
-all : hijack prototester mucurses_test
+all : hijack mucurses_test
 
 hijack : hijack.c
        $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -lpcap -o $@ $<
 
-prototester.o : prototester.c
-       $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $< -idirafter ../include
-
-prototester : prototester.o $(BLIB)
-       $(CC) -o $@ $< -lc $(BLIB)
-
 mucurses_test.o : mucurses_test.c
        $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $<
 
@@ -19,4 +13,4 @@ mucurses_test : mucurses_test.o $(BLIB)
        $(CC) -o $@ $< -lc $(BLIB)
 
 clean :
-       rm -f hijack prototester mucurses_test *.o
+       rm -f hijack mucurses_test *.o