From 367f227d896810248550ac17459ecfbd074eb507 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 30 Apr 2006 14:12:14 +0000 Subject: [PATCH] fix up the app_rpt.o target. oops! (Thanks to Denis Smirnov on the -dev list) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23672 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 53a883d636..7b79281bc0 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -41,7 +41,7 @@ app_rpt.so: app_rpt.o $(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