mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user