aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 14:12:14 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 14:12:14 +0000
commit24ba95d6e28258a0ad76ae04380f1c5ae5545f2c (patch)
tree8b606fe9c3c5b7f3b1ce3b0b163e73a9b74e13ee /apps/Makefile
parent58926e598ea67c80843fd40ac89c4bef3a59758a (diff)
fix up the app_rpt.o target. oops! (Thanks to Denis Smirnov on the -dev list)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23672 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 53a883d63..7b79281bc 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