summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-08-16 18:26:42 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-08-16 18:26:42 +0200
commit8b03fce3c68feebc74f16dab48bb2f59c1bbf0fe (patch)
tree4b651d3ef0e7cd6682e3b313df1014f99dd9d1c4
parentad65ec359afdafa464cc685742b6b7bb805a1996 (diff)
Culling off the ./ dependancy on libraries.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d20972..61b144f 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ HAVES = -DHAVE_VSSCANF -DHAVE_FCNTL -DHAVE_UNISTD_H -DHAVE_FORK -DHAVE_PIPE -DHA
CPPFLAGS += $(INCLUDES) -O4 -fexceptions -DSTDC_HEADERS -DREADLINE_STATIC -DHOOK_STDS -DWORDS_LITTLEENDIAN $(ARCH_FLAGS) $(HAVES)
-LDFLAGS += $(ARCH_FLAGS) $(SHARED_FLAGS) ./lua-interface.$(SHARED_EXT)
+LDFLAGS += $(ARCH_FLAGS) $(SHARED_FLAGS) -L. lua-interface.$(SHARED_EXT)
vpath %.c ../Baltisot/lib:../Baltisot/src:src:../PSX-Bundle/lib:../PSX-Bundle/psxdev
vpath %.cc ../Baltisot/lib:../Baltisot/src:src:../PSX-Bundle/lib:../PSX-Bundle/psxdev