emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 0c517aa: ; * modules/mod-test/Makefile: Fix typo.


From: Ken Brown
Subject: [Emacs-diffs] emacs-25 0c517aa: ; * modules/mod-test/Makefile: Fix typo.
Date: Sun, 29 Nov 2015 01:33:03 +0000

branch: emacs-25
commit 0c517aa613cf1265dafd0d4cdc6edf9892803d2b
Author: Ken Brown <address@hidden>
Commit: Ken Brown <address@hidden>

    ; * modules/mod-test/Makefile: Fix typo.
---
 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 1b74f47..04529db 100644
--- 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]