summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-07-02 23:11:14 +0000
committerMark Spencer <markster@digium.com>2004-07-02 23:11:14 +0000
commitf63d46097d082fb2238e3caca52ec6eafcf2ce39 (patch)
treefdc0d4b52d7ea2459ecc84ca721f1d1581723665 /Makefile
parent75d4369dfc6e6d373fa558c91de9bf9e892fec8c (diff)
Back out accidental changes by anthm
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 8c8bd078c..4139ae75b 100755
--- a/Makefile
+++ b/Makefile
@@ -194,13 +194,6 @@ endif
CC=gcc
INSTALL=install
-
-####### res_perl
-LIBS += $(shell /usr/local/bin/perl -MExtUtils::Embed -e ldopts) $(shell perl -MConfig -e 'print $$Config{libs}')
-PERLCFLAGS += $(shell /usr/local/bin/perl -MExtUtils::Embed -e ccopts)
-OBJS += perlxsi.o
-####### /res_perl
-
_all: all
@echo " +--------- Asterisk Build Complete ---------+"
@echo " + Asterisk has successfully been built, but +"
@@ -212,11 +205,6 @@ _all: all
all: depend asterisk subdirs
-####### res_perl
-perlxsi.o:
- $(CC) -c perlxsi.c $(PERLCFLAGS) -o perlxsi.o
-####### /res_perl
-
editline/config.h:
cd editline && unset CFLAGS LIBS && ./configure ; \