[asterisk-commits] trunk r23672 - /trunk/apps/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Apr 30 07:12:15 MST 2006


Author: russell
Date: Sun Apr 30 09:12:14 2006
New Revision: 23672

URL: http://svn.digium.com/view/asterisk?rev=23672&view=rev
Log:
fix up the app_rpt.o target.  oops!  (Thanks to Denis Smirnov on the -dev list)

Modified:
    trunk/apps/Makefile

Modified: trunk/apps/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/apps/Makefile?rev=23672&r1=23671&r2=23672&view=diff
==============================================================================
--- trunk/apps/Makefile (original)
+++ trunk/apps/Makefile Sun Apr 30 09:12:14 2006
@@ -41,7 +41,7 @@
 	$(CC) $(SOLINK) -o $@ $< $(ZAPTEL_LIB)
 
 app_rpt.o: app_rpt.c
-	$(CC) $(SOLINK) -o $@ $< $(ZAPTEL_INCLUDE)
+	$(CC) -c -o $@ $(CFLAGS) $(ZAPTEL_INCLUDE) $<
 
 install: all
 	for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done



More information about the asterisk-commits mailing list