projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
747f818
)
; * modules/mod-test/Makefile: Fix typo.
author
Ken Brown
<kbrown@cornell.edu>
Sun, 29 Nov 2015 01:31:17 +0000
(20:31 -0500)
committer
Ken Brown
<kbrown@cornell.edu>
Sun, 29 Nov 2015 01:31:17 +0000
(20:31 -0500)
modules/mod-test/Makefile
patch
|
blob
|
history
diff --git
a/modules/mod-test/Makefile
b/modules/mod-test/Makefile
index 1b74f477ac9001a9319d50a808116e77593b934f..04529db97955ae4fab28572a6406bb73b945a9a4 100644
(file)
--- a/
modules/mod-test/Makefile
+++ b/
modules/mod-test/Makefile
@@
-24,7
+24,7
@@
CC = gcc
LD = gcc
LDFLAGS =
-# On MS-Windows, say "make SO=
.
dll" to build the module
+# On MS-Windows, say "make SO=dll" to build the module
SO = so
# -fPIC is a no-op on Windows, but causes a compiler warning
ifeq ($(SO),dll)