http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2299435
)
Pick up the gPXE include files when building prototester.
author
Michael Brown
<mcb30@etherboot.org>
Thu, 23 Mar 2006 21:35:20 +0000
(21:35 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 23 Mar 2006 21:35:20 +0000
(21:35 +0000)
src/util/Makefile
patch
|
blob
|
history
diff --git
a/src/util/Makefile
b/src/util/Makefile
index
97dec04
..
21c7b96
100644
(file)
--- a/
src/util/Makefile
+++ b/
src/util/Makefile
@@
-7,7
+7,7
@@
hijack : hijack.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -lpcap -o $@ $<
prototester.o : prototester.c
- $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $<
+ $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -Wall -o $@ -c $<
-idirafter ../include
prototester : prototester.o $(BLIB)
$(CC) -o $@ $< -lc $(BLIB)