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:
parent
1e2de69785
commit
f881785183
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue