summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorMarin Hannache2012-04-12 23:14:46 +0200
committerMichael Brown2012-04-24 12:45:24 +0200
commit8c42e0c210a1365e048a5f18bd15148892de277a (patch)
treef4b9ea20e111e47ea1b620cd8b8c142520f74066 /src/util
parent[image] Remove non-working image loaders (diff)
downloadipxe-8c42e0c210a1365e048a5f18bd15148892de277a.tar.gz
ipxe-8c42e0c210a1365e048a5f18bd15148892de277a.tar.xz
ipxe-8c42e0c210a1365e048a5f18bd15148892de277a.zip
[util] Remove obsolete Makefile rule for util/prototester.c
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>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/util/Makefile b/src/util/Makefile
index d72661e2..4a6a7c7c 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