summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/make
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/lib/make22
1 files changed, 8 insertions, 14 deletions
diff --git a/auto/lib/make b/auto/lib/make
index 8bb32ca35..66568e6f5 100644
--- a/auto/lib/make
+++ b/auto/lib/make
@@ -1,18 +1,12 @@
-if [ "$PLATFORM" != "win32" ]; then
-
- if [ $PCRE != NO ]; then
- . auto/lib/pcre/make
- fi
-
-
- if [ $MD5 != NO ]; then
- . auto/lib/md5/make
- fi
-
+if [ $MD5 != NO ]; then
+ . auto/lib/md5/make
+fi
- if [ $ZLIB != NO ]; then
- . auto/lib/zlib/make
- fi
+if [ $ZLIB != NO ]; then
+ . auto/lib/zlib/make
+fi
+if [ $PCRE != NO ]; then
+ . auto/lib/pcre/make
fi