[ipxe-devel] [PATCH 2/2] Remove obsolete rule for 'util/prototester.c'.

Marin Hannache mareo at mareo.fr
Thu Apr 12 21:14:46 UTC 2012


'util/prototester.c' have been removed in 2006 (commit
a6d1815bc6090bda29eb8d89725c1a7889d08d23).

Signed-off-by: Marin Hannache <mareo at mareo.fr>
---
 src/util/Makefile |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/util/Makefile b/src/util/Makefile
index d72661e..4a6a7c7 100644
--- a/src/util/Makefile
+++ b/src/util/Makefile
@@ -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
-- 
1.7.3.4


-- 
Marin "Mareo" Hannache - hannac_m at epita.fr - EPITA 2015
« C'est donner aux fantasmes, un goût divin
  De les toujours chasser, en les sachant vains. »



More information about the ipxe-devel mailing list