summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bennett <sb476@cam.ac.uk>2007-11-16 01:39:36 +0000
committerStuart Bennett <sb476@cam.ac.uk>2007-11-16 01:45:58 +0000
commit377eb5a82f227e8ee067820f198f2f49b7d5833f (patch)
tree99029ece197ea855db9ec89a5eb45353b2c6cacd
parentfa88cbd000740ff4e817fa75007f7823755c2518 (diff)
Some distros do the funky pciutils-with-zlib thing. bah.
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1e2f441..9f8dce3 100644
--- a/makefile
+++ b/makefile
@@ -51,7 +51,7 @@ x86-common.o
all: $(PROG)
$(PROG): $(TARGETLIB) $(VBTTOBJS)
- gcc $(VBTTOBJS) $(TARGETLIB) -lpci -s -o $(PROG)
+ gcc $(VBTTOBJS) $(TARGETLIB) -lpci -lz -s -o $(PROG)
$(TARGETLIB): $(OBJS)
ar r $(TARGETLIB) $(OBJS)