]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
one more thing that was anoying me
authorBrian West <brian@freeswitch.org>
Tue, 7 Mar 2006 06:28:39 +0000 (06:28 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 7 Mar 2006 06:28:39 +0000 (06:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@780 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/codec/lpc10/Makefile

index d0747edcde0c07a8d6ec35a7b3be49757e181dbf..4c626352d80667d567987eb6ae5ef95f3731ab08 100644 (file)
@@ -14,7 +14,7 @@ CC= gcc
 # definitions.\r
 # \r
 \r
-LIB_TARGET_DIR = ..\r
+LIB_TARGET_DIR = \r
 \r
 # \r
 # -I$(LIB_TARGET_DIR) option needed so that #include "machine.h"\r
@@ -24,7 +24,7 @@ LIB_TARGET_DIR = ..
 WARNINGS = -Wall\r
 CFLAGS = -O3 -I$(LIB_TARGET_DIR) $(WARNINGS)\r
 \r
-LIB = $(LIB_TARGET_DIR)/liblpc10.a\r
+LIB = liblpc10.a\r
 \r
 .PHONY: all clean\r
 \r
@@ -67,4 +67,4 @@ $(LIB):               $(LIB)(f2clib.o)        \
                $(LIB)(vparms.o)\r
 \r
 clean:\r
-       -rm -f *.o ../liblpc10.a\r
+       -rm -f *.o liblpc10.a\r