From: Michael Brown Date: Thu, 23 Mar 2006 21:35:20 +0000 (+0000) Subject: Pick up the gPXE include files when building prototester. X-Git-Tag: v0.9.3~1529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99032beccea35d288ed28aecc50f1a6427051b0f;p=thirdparty%2Fipxe.git Pick up the gPXE include files when building prototester. --- diff --git a/src/util/Makefile b/src/util/Makefile index 97dec040e..21c7b9670 100644 --- 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)