mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * modules/mod-test/Makefile: Fix typo.
This commit is contained in:
parent
747f81861c
commit
0c517aa613
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue