summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-22 19:53:21 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-22 19:53:21 +0200
commit6e7e9be94a4847e3dc1076d99966a17fe1019318 (patch)
tree0b7c6c5bd87e0f4dcd20fc2d1027db3e5d7e59ad /make
parentac4d4dab7fac24bc49937c1e93eb95dcf8a16785 (diff)
downloadqpdf-6e7e9be94a4847e3dc1076d99966a17fe1019318.tar.zst
retest windows install
git-svn-id: svn+q:///qpdf/trunk@865 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'make')
-rw-r--r--make/mingw.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/mingw.mk b/make/mingw.mk
index 376a4a43..ac7fa4ca 100644
--- a/make/mingw.mk
+++ b/make/mingw.mk
@@ -79,5 +79,5 @@ INSTALL_DIR = install-mingw
STATIC_LIB_NAME = libqpdf.a
include make/installwin.mk
install: installwin
- strip $(INSTALL_DIR)/bin/*.exe
- strip $(INSTALL_DIR)/bin/*.dll
+ strip $(DEST)/bin/*.exe
+ strip $(DEST)/bin/*.dll