summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-10-03 23:20:26 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-10-03 23:20:26 +0200
commitcd2621b6ff13db9e4a06454f2afc715ae1278e70 (patch)
treeb7c0d11637d52d993361d2186fb05e61f2e8b90b
parenta01e7714498fb2727cd1f4553d48a842a9252ec8 (diff)
parent8b03fce3c68feebc74f16dab48bb2f59c1bbf0fe (diff)
Merge branch 'master' of /pub/repo.git/lua-modules-cd-tool
-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