commit | 8d4a613cc56e4df87305d755f6cb854207e82040 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jun 24 12:16:20 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Jun 25 10:59:56 2015 +0200 |
tree | 788bb36c55fe6125fa79ccb89f195fbce656b4cf | |
parent | 21dcc1e748da2b8f889edd56e4d6d2566a608143 [diff] |
Small Makefile improvements - fix old build commands still using OFLAGS - make everything work with --warn-undefined-variables, which can be useful for debugging typos
diff --git a/tests/Makefile b/tests/Makefile index 73f9187..a33f8a7 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -37,6 +37,9 @@ ifdef SHARED SHARED_SUFFIX=.$(DLEXT) endif +else +EXEXT= +SHARED_SUFFIX= endif # Zlib shared library extensions: