one more thing that was anoying me

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@780 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2006-03-07 06:28:39 +00:00
parent 1e2de69785
commit f881785183
1 changed files with 3 additions and 3 deletions

View File

@ -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