Skip to content
Snippets Groups Projects
Commit 367f227d authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 4ebb58b3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment