aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 13:38:22 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-30 13:38:22 +0000
commit9982bca20527c7ab4fa8dc0bbddc8c10ed411956 (patch)
tree5d0113fa6181d8bfde7d1d70f9236cc01a3efee2
parentd329f20571c273ef297f12922811352e043995b9 (diff)
remove extraneous -m64 flag that is not needed
remove old 'look' target which is no longer needed (these are coming from Debian patches <G>) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@23636 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--Makefile1
-rw-r--r--apps/Makefile5
2 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 00a474154..7286790dd 100644
--- 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)
diff --git a/apps/Makefile b/apps/Makefile
index ca7f86e7b..b1bdae2f6 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -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