aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2009-01-11 21:28:05 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2009-01-11 21:28:05 +0000
commit3cacb13dd6c56f4214606d29f42257b06b1a5b0c (patch)
tree937d1e99b46e5dfd1a8e029c6d2e3ac9e579d84f /Makefile
parentab18e4f6605a234d091649f9ea48f400ec5156bb (diff)
downloaddlfcn-win32-3cacb13dd6c56f4214606d29f42257b06b1a5b0c.tar.gz
dlfcn-win32-3cacb13dd6c56f4214606d29f42257b06b1a5b0c.tar.bz2
dlfcn-win32-3cacb13dd6c56f4214606d29f42257b06b1a5b0c.zip
Fix stripping when cross-compiling.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 223bdaa..6ea3109 100644
--- a/Makefile
+++ b/Makefile
@@ -19,11 +19,6 @@ ifeq ($(BUILD_MSVC),yes)
19else 19else
20 LIBCMD=echo ignoring lib 20 LIBCMD=echo ignoring lib
21endif 21endif
22ifeq ($(DO_STRIP),yes)
23 STRIP=strip
24else
25 STRIP=echo ignoring strip
26endif
27 22
28all: $(TARGETS) 23all: $(TARGETS)
29 24