]> git.eshelyaron.com Git - emacs.git/commitdiff
; * modules/mod-test/Makefile: Fix typo.
authorKen Brown <kbrown@cornell.edu>
Sun, 29 Nov 2015 01:31:17 +0000 (20:31 -0500)
committerKen Brown <kbrown@cornell.edu>
Sun, 29 Nov 2015 01:31:17 +0000 (20:31 -0500)
modules/mod-test/Makefile

index 1b74f477ac9001a9319d50a808116e77593b934f..04529db97955ae4fab28572a6406bb73b945a9a4 100644 (file)
@@ -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)