Mercurial > emacs
diff src/Makefile.in @ 108151:582ce1d4716e
Define CYGWIN_OBJ with configure, not cpp.
* configure.in (CYGWIN_OBJ): New output variable.
* src/Makefile.in (CYGWIN_OBJ): Set with configure, not cpp.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Wed, 28 Apr 2010 00:20:39 -0700 |
| parents | 66c73788b432 |
| children | ad916afa5bdd |
line wrap: on
line diff
--- a/src/Makefile.in Wed Apr 28 00:15:10 2010 -0700 +++ b/src/Makefile.in Wed Apr 28 00:20:39 2010 -0700 @@ -106,6 +106,9 @@ ## widget.o if USE_X_TOOLKIT, otherwise empty. WIDGET_OBJ=@WIDGET_OBJ@ +## sheap.o if CYGWIN, otherwise empty. +CYGWIN_OBJ=@CYGWIN_OBJ@ + NS_OBJ=@NS_OBJ@ NS_SUPPORT=@NS_SUPPORT@ @@ -368,10 +371,6 @@ #endif #endif -#ifdef CYGWIN -CYGWIN_OBJ = sheap.o -#endif - #ifdef HAVE_NS ns_appdir=@ns_appdir@/ ns_appbindir=@ns_appbindir@/
