From: Brian West Date: Tue, 7 Mar 2006 06:28:39 +0000 (+0000) Subject: one more thing that was anoying me X-Git-Tag: v1.0-beta1~3097 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8817851830a103f1ca0e46f9ec73ef2d11062c4;p=thirdparty%2Ffreeswitch.git one more thing that was anoying me git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@780 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/codec/lpc10/Makefile b/libs/codec/lpc10/Makefile index d0747edcde..4c626352d8 100644 --- a/libs/codec/lpc10/Makefile +++ b/libs/codec/lpc10/Makefile @@ -14,7 +14,7 @@ CC= gcc # definitions. # -LIB_TARGET_DIR = .. +LIB_TARGET_DIR = # # -I$(LIB_TARGET_DIR) option needed so that #include "machine.h" @@ -24,7 +24,7 @@ LIB_TARGET_DIR = .. WARNINGS = -Wall CFLAGS = -O3 -I$(LIB_TARGET_DIR) $(WARNINGS) -LIB = $(LIB_TARGET_DIR)/liblpc10.a +LIB = liblpc10.a .PHONY: all clean @@ -67,4 +67,4 @@ $(LIB): $(LIB)(f2clib.o) \ $(LIB)(vparms.o) clean: - -rm -f *.o ../liblpc10.a + -rm -f *.o liblpc10.a