diff options
| author | Ken Brown | 2015-11-28 20:31:17 -0500 |
|---|---|---|
| committer | Ken Brown | 2015-11-28 20:31:17 -0500 |
| commit | 0c517aa613cf1265dafd0d4cdc6edf9892803d2b (patch) | |
| tree | 3d7123ab5488d318f4c39f97de083cdbb9ac104b /modules | |
| parent | 747f81861c17b7d9471285d408118c9128282c93 (diff) | |
| download | emacs-0c517aa613cf1265dafd0d4cdc6edf9892803d2b.tar.gz emacs-0c517aa613cf1265dafd0d4cdc6edf9892803d2b.zip | |
; * modules/mod-test/Makefile: Fix typo.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod-test/Makefile | 2 |
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 | |||
| 24 | LD = gcc | 24 | LD = gcc |
| 25 | LDFLAGS = | 25 | LDFLAGS = |
| 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 |
| 28 | SO = so | 28 | SO = 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 |
| 30 | ifeq ($(SO),dll) | 30 | ifeq ($(SO),dll) |