Skip to content
Snippets Groups Projects
Commit 28efe8a8 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

remove now useless rule for app_rpt (bug 7059)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23402 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent fcfd6630
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment