From f8817851830a103f1ca0e46f9ec73ef2d11062c4 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 7 Mar 2006 06:28:39 +0000 Subject: [PATCH] one more thing that was anoying me git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@780 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/codec/lpc10/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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