aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2009-01-11 21:31:27 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2009-01-11 21:31:27 +0000
commit5da418e92a0797f0ab81db571265300738179e0b (patch)
tree0a894bb70539c392b08614a91d09b53b8972b060 /Makefile
parent3cacb13dd6c56f4214606d29f42257b06b1a5b0c (diff)
downloaddlfcn-win32-5da418e92a0797f0ab81db571265300738179e0b.tar.gz
dlfcn-win32-5da418e92a0797f0ab81db571265300738179e0b.tar.bz2
dlfcn-win32-5da418e92a0797f0ab81db571265300738179e0b.zip
Move libcmd to configure.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6ea3109..b64ad0a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,10 +14,7 @@ ifeq ($(BUILD_STATIC),yes)
14endif 14endif
15ifeq ($(BUILD_MSVC),yes) 15ifeq ($(BUILD_MSVC),yes)
16 SHFLAGS+=-Wl,--output-def,libdl.def 16 SHFLAGS+=-Wl,--output-def,libdl.def
17 LIBCMD=lib
18 INSTALL+=lib-install 17 INSTALL+=lib-install
19else
20 LIBCMD=echo ignoring lib
21endif 18endif
22 19
23all: $(TARGETS) 20all: $(TARGETS)