[svn-commits] branch group/menuselect r1150 - /team/group/menuselect/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Jun 20 19:18:40 MST 2006


Author: russell
Date: Tue Jun 20 21:18:40 2006
New Revision: 1150

URL: http://svn.digium.com/view/zaptel?rev=1150&view=rev
Log:
ensure configure is executed when running "make"

Modified:
    team/group/menuselect/Makefile

Modified: team/group/menuselect/Makefile
URL: http://svn.digium.com/view/zaptel/team/group/menuselect/Makefile?rev=1150&r1=1149&r2=1150&view=diff
==============================================================================
--- team/group/menuselect/Makefile (original)
+++ team/group/menuselect/Makefile Tue Jun 20 21:18:40 2006
@@ -96,6 +96,11 @@
   BUILDVER:=linux26
 endif
 
+# Prevent some errors from occuring before configure is executed
+ifeq ($(GREP),)
+GREP=grep
+endif
+
 # This is not related to the version that we build. Rather, to the 
 # version that we runs. If we build for 2.4 using 2.4 headers on a 2.6
 # system with udev mounted on /dev , no point in installing files to /dev
@@ -254,7 +259,7 @@
 
 zaptel.c: tones.h 
 
-prereq: tones.h tor2fw.h radfw.h version.h
+prereq: config.status tones.h tor2fw.h radfw.h version.h
 
 zttool.o: zttool.c zaptel.h
 	$(CC) -g -c $(NEWT_INCLUDE) $(CFLAGS) -o $@ $<



More information about the svn-commits mailing list