]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remove extraneous -m64 flag that is not needed
authorKevin P. Fleming <kpfleming@digium.com>
Sun, 30 Apr 2006 13:38:22 +0000 (13:38 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Sun, 30 Apr 2006 13:38:22 +0000 (13:38 +0000)
remove old 'look' target which is no longer needed
(these are coming from Debian patches <G>)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23636 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile
apps/Makefile

index 00a4741546fb06b853dbd31892050ad00a215818..7286790dd8b4e2922d05c6a182b3ce37318f8cbb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -181,7 +181,6 @@ ifeq ($(OSARCH),Linux)
     # You must have GCC 3.4 to use k8, otherwise use athlon
     PROC=k8
     #PROC=athlon
-    OPTIONS+=-m64
   endif
 
   ifeq ($(PROC),sparc64)
index ca7f86e7bf6af16febfcec840648e18270c539bb..b1bdae2f6c931ab2b3ac61b3c68c5d646fad52e8 100644 (file)
@@ -86,7 +86,7 @@ endif
 all: $(APPS)
 
 clean:
-       rm -f *.so *.o look .depend
+       rm -f *.so *.o .depend
 
 %.so : %.o
        $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB}
@@ -111,9 +111,6 @@ app_sql_postgres.so: app_sql_postgres.o
 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
-
 ifeq (SunOS,$(shell uname))
 app_chanspy.so: app_chanspy.o
        $(CC) $(SOLINK) -o $@ $< -lrt