diff options
author | Andreas Schwab <schwab@suse.de> | 2008-07-17 10:53:02 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2008-07-17 10:53:02 +0000 |
commit | 32cc39257502ab0fb4281d02d08cb08bad436bb7 (patch) | |
tree | 0c16497f514c730abad5777ea6bfa8d06acb45f8 /src/s | |
parent | 70357d07233119dc37ce23bfd96eea96bc9c0c5b (diff) | |
download | emacs-32cc39257502ab0fb4281d02d08cb08bad436bb7.tar.gz |
* s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
* Makefile.in (INSTALL_SCRIPT): Remove duplicate definition.
(LIB_STANDARD_LIBSRC): Don't define.
(LOADLIBES): Remove LIB_STANDARD_LIBSRC.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/cygwin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index aa696b40379..b1172e622b3 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h @@ -112,7 +112,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) #define GETPGRP_NO_ARG 1 #define SYSV_SYSTEM_DIR 1 -#define LIB_STANDARD_LIBSRC #define UNEXEC unexcw.o #define POSIX_SIGNALS 1 /* force the emacs image to start high in memory, so dll relocation |