aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/mod-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod-test/Makefile b/modules/mod-test/Makefile
index 1b74f477ac9..04529db9795 100644
--- a/modules/mod-test/Makefile
+++ b/modules/mod-test/Makefile
@@ -24,7 +24,7 @@ CC = gcc
24LD = gcc 24LD = gcc
25LDFLAGS = 25LDFLAGS =
26 26
27# On MS-Windows, say "make SO=.dll" to build the module 27# On MS-Windows, say "make SO=dll" to build the module
28SO = so 28SO = so
29# -fPIC is a no-op on Windows, but causes a compiler warning 29# -fPIC is a no-op on Windows, but causes a compiler warning
30ifeq ($(SO),dll) 30ifeq ($(SO),dll)