[zaptel-commits] tzafrir: branch 1.4 r3802 - /branches/1.4/Makefile
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Tue Feb 5 13:26:51 CST 2008
Author: tzafrir
Date: Tue Feb 5 13:26:50 2008
New Revision: 3802
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3802
Log:
Make sure version.h is created before building modules.
Closes issue #11924.
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=3802&r1=3801&r2=3802
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Tue Feb 5 13:26:50 2008
@@ -298,7 +298,7 @@
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 @@
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)
More information about the zaptel-commits
mailing list