From: Russell Bryant Date: Thu, 9 Feb 2006 02:27:30 +0000 (+0000) Subject: remove some Makefile targets for things that don't exist in the tree X-Git-Tag: 1.4.0-beta1~2703 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f37ece5164ed2e734d7fcecc218e72449721e22;p=thirdparty%2Fasterisk.git remove some Makefile targets for things that don't exist in the tree git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9261 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/Makefile b/apps/Makefile index f69abe75b2..554efa71f3 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -91,15 +91,6 @@ uninstall: app_curl.so: app_curl.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS) -app_sql_postgres.o: app_sql_postgres.c - $(CC) -pipe -I$(CROSS_COMPILE_TARGET)/usr/local/pgsql/include -I$(CROSS_COMPILE_TARGET)/usr/include/postgresql $(CFLAGS) -c -o app_sql_postgres.o app_sql_postgres.c - -app_sql_postgres.so: app_sql_postgres.o - $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -L/usr/local/pgsql/lib -lpq - -app_sql_odbc.so: app_sql_odbc.o - $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -lodbc - look: look.c $(CC) -pipe -O6 -g look.c -o look -lncurses