summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f7fb84a..5822fc2 100644
--- a/Makefile
+++ b/Makefile
@@ -298,7 +298,7 @@ programs: libs utils
utils: $(BINS) utils-subdirs
-modules:
+modules: prereq
@if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
#ifeq ($(BUILDVER),linux26)
$(KMAKE) modules
@@ -334,7 +334,7 @@ zonedata.lo: zonedata.c
tonezone.lo: tonezone.c
$(CC) -c $(CFLAGS) -o $@ $^
-prereq: config.status tor2fw.h radfw.h version.h
+prereq: config.status version.h
zttool.o: kernel/zaptel.h
zttool.o: CFLAGS+=$(NEWT_INCLUDE)