mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
Fix duplicate .o file on QNX
* configure.ac (CYGWIN_OBJ): Leave empty on QNX. Problem reported by Elad Lahav in: https://lists.gnu.org/archive/html/emacs-devel/2017-10/msg00750.html
This commit is contained in:
parent
e562356c3f
commit
685fd77959
1 changed files with 0 additions and 2 deletions
|
@ -5153,8 +5153,6 @@ elif test "$opsys" = "mingw32"; then
|
||||||
CYGWIN_OBJ=
|
CYGWIN_OBJ=
|
||||||
PRE_ALLOC_OBJ=
|
PRE_ALLOC_OBJ=
|
||||||
POST_ALLOC_OBJ=lastfile.o
|
POST_ALLOC_OBJ=lastfile.o
|
||||||
elif test "$opsys" = "qnxnto"; then
|
|
||||||
CYGWIN_OBJ=sheap.o
|
|
||||||
else
|
else
|
||||||
CYGWIN_OBJ=
|
CYGWIN_OBJ=
|
||||||
PRE_ALLOC_OBJ=lastfile.o
|
PRE_ALLOC_OBJ=lastfile.o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue