Browse Source

[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>
tags/v1.20.1
Marin Hannache 12 years ago
parent
commit
8c42e0c210
1 changed files with 2 additions and 8 deletions
  1. 2
    8
      src/util/Makefile

+ 2
- 8
src/util/Makefile View File

1
 BLIB = ../bin/blib.a
1
 BLIB = ../bin/blib.a
2
 CFLAGS = -Os
2
 CFLAGS = -Os
3
 
3
 
4
-all : hijack prototester mucurses_test
4
+all : hijack mucurses_test
5
 
5
 
6
 hijack : hijack.c
6
 hijack : hijack.c
7
 	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -lpcap -o $@ $<
7
 	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -lpcap -o $@ $<
8
 
8
 
9
-prototester.o : prototester.c
10
-	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $< -idirafter ../include
11
-
12
-prototester : prototester.o $(BLIB)
13
-	$(CC) -o $@ $< -lc $(BLIB)
14
-
15
 mucurses_test.o : mucurses_test.c
9
 mucurses_test.o : mucurses_test.c
16
 	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $<
10
 	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $<
17
 
11
 
19
 	$(CC) -o $@ $< -lc $(BLIB)
13
 	$(CC) -o $@ $< -lc $(BLIB)
20
 
14
 
21
 clean :
15
 clean :
22
-	rm -f hijack prototester mucurses_test *.o
16
+	rm -f hijack mucurses_test *.o

Loading…
Cancel
Save