]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remove now useless rule for app_rpt (bug 7059)
authorLuigi Rizzo <rizzo@icir.org>
Sat, 29 Apr 2006 18:22:08 +0000 (18:22 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Sat, 29 Apr 2006 18:22:08 +0000 (18:22 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23402 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/Makefile

index ba10cbab2d58954dc3bad52c308cd3e373a25af7..68ce7e5b6aeb4c4dfc6cb81c355a3b0f00663c18 100644 (file)
@@ -37,12 +37,6 @@ clean: clean-depend
 %.so: %.o
        $(CC) $(SOLINK) -o $@ $<
 
-app_rpt.so: app_rpt.o
-       $(CC) $(SOLINK) -o $@ $< $(ZAPTEL_LIB)
-
-app_rpt.o: app_rpt.c
-       $(CC) $(SOLINK) -o $@ $< $(ZAPTEL_INCLUDE) 
-
 install: all
        for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
        rm -f $(DESTDIR)$(MODULES_DIR)/app_cut.so