From 99032beccea35d288ed28aecc50f1a6427051b0f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 23 Mar 2006 21:35:20 +0000 Subject: [PATCH] Pick up the gPXE include files when building prototester. --- src/util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Makefile b/src/util/Makefile index 97dec040..21c7b967 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)