diff options
| author | Andreas Schwab | 2008-07-17 10:53:02 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-07-17 10:53:02 +0000 |
| commit | 32cc39257502ab0fb4281d02d08cb08bad436bb7 (patch) | |
| tree | 0c16497f514c730abad5777ea6bfa8d06acb45f8 /lib-src | |
| parent | 70357d07233119dc37ce23bfd96eea96bc9c0c5b (diff) | |
| download | emacs-32cc39257502ab0fb4281d02d08cb08bad436bb7.tar.gz emacs-32cc39257502ab0fb4281d02d08cb08bad436bb7.zip | |
* 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 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 6 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 23 |
2 files changed, 7 insertions, 22 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 05bfc1934eb..4efe4a374f5 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-07-17 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * Makefile.in (INSTALL_SCRIPT): Remove duplicate definition. | ||
| 4 | (LIB_STANDARD_LIBSRC): Don't define. | ||
| 5 | (LOADLIBES): Remove LIB_STANDARD_LIBSRC. | ||
| 6 | |||
| 1 | 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> | 7 | 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 8 | ||
| 3 | * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to | 9 | * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 482103ddeb3..03e0f4d1e27 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -151,27 +151,6 @@ CFLAGS := $(CFLAGS) -universal | |||
| 151 | INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} mac-fix-env${EXEEXT} | 151 | INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} mac-fix-env${EXEEXT} |
| 152 | #endif | 152 | #endif |
| 153 | 153 | ||
| 154 | /* Some platforms that the GNUstep port runs on put strip options in | ||
| 155 | INSTALL_PROGRAM which cause errors. But, not being sure all other | ||
| 156 | platforms are setting this, we will only use the alternative | ||
| 157 | INSTALL_SCRIPT variable on GNUstep/Cocoa builds. */ | ||
| 158 | #ifndef HAVE_NS | ||
| 159 | INSTALL_SCRIPT = @INSTALL_PROGRAM@ | ||
| 160 | #else | ||
| 161 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
| 162 | #endif | ||
| 163 | |||
| 164 | /* Some machines don\'t find the standard C libraries in the usual place. */ | ||
| 165 | #ifndef ORDINARY_LINK | ||
| 166 | #ifndef LIB_STANDARD_LIBSRC | ||
| 167 | #define LIB_STANDARD_LIBSRC -lc | ||
| 168 | #endif | ||
| 169 | #else | ||
| 170 | #ifndef LIB_STANDARD_LIBSRC | ||
| 171 | #define LIB_STANDARD_LIBSRC | ||
| 172 | #endif | ||
| 173 | #endif | ||
| 174 | |||
| 175 | /* Some s/SYSTEM.h files define this to request special libraries. */ | 154 | /* Some s/SYSTEM.h files define this to request special libraries. */ |
| 176 | #ifndef LIBS_SYSTEM | 155 | #ifndef LIBS_SYSTEM |
| 177 | #define LIBS_SYSTEM | 156 | #define LIBS_SYSTEM |
| @@ -252,7 +231,7 @@ LIBS_MAIL=-lmail | |||
| 252 | #endif | 231 | #endif |
| 253 | #endif | 232 | #endif |
| 254 | 233 | ||
| 255 | LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC | 234 | LOADLIBES=LIBS_SYSTEM LIBS_MACHINE |
| 256 | 235 | ||
| 257 | /* We need to #define emacs to get the right versions of some files. | 236 | /* We need to #define emacs to get the right versions of some files. |
| 258 | Some other files - those shared with other GNU utilities - need | 237 | Some other files - those shared with other GNU utilities - need |