1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

; * modules/mod-test/Makefile: Fix typo.

This commit is contained in:
Ken Brown 2015-11-28 20:31:17 -05:00
parent 747f81861c
commit 0c517aa613

View 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)