summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-10 18:58:29 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-10 18:58:29 +0200
commit7884e9b55f32ad819161a454c479bf0c94611bd7 (patch)
tree04f080404e258970d025c7002649033619f683ac /make
parentc7be2041b8c97129323a8a7ad6d8da0310d371f1 (diff)
downloadqpdf-7884e9b55f32ad819161a454c479bf0c94611bd7.tar.zst
c_compile
git-svn-id: svn+q:///qpdf/trunk@762 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'make')
-rw-r--r--make/mingw.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/mingw.mk b/make/mingw.mk
index 70f05483..e8ad460a 100644
--- a/make/mingw.mk
+++ b/make/mingw.mk
@@ -34,6 +34,7 @@ define c_compile
endef
libcompile = $(compile)
+c_libcompile = $(c_compile)
# 1 2
# Usage: $(call makeslib,objs,library)