[svn-commits] tzafrir: branch 1.4 r3293 - /branches/1.4/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Dec 4 12:01:23 CST 2007
Author: tzafrir
Date: Tue Dec 4 12:01:23 2007
New Revision: 3293
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3293
Log:
Fix the case of: make zttool.o zttool
Modified:
branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=3293&r1=3292&r2=3293
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Tue Dec 4 12:01:23 2007
@@ -322,7 +322,7 @@
prereq: config.status tones.h tor2fw.h radfw.h version.h
zttool.o: zaptel.h
-zttool: CFLAGS+=$(NEWT_INCLUDE)
+zttool.o: CFLAGS+=$(NEWT_INCLUDE)
zttool: LDLIBS+=$(NEWT_LIB)
ztscan.o: zaptel.h
More information about the svn-commits
mailing list