aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorAndreas Schwab2008-07-17 10:53:02 +0000
committerAndreas Schwab2008-07-17 10:53:02 +0000
commit32cc39257502ab0fb4281d02d08cb08bad436bb7 (patch)
tree0c16497f514c730abad5777ea6bfa8d06acb45f8 /lib-src
parent70357d07233119dc37ce23bfd96eea96bc9c0c5b (diff)
downloademacs-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/ChangeLog6
-rw-r--r--lib-src/Makefile.in23
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 @@
12008-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
12008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> 72008-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
151INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} mac-fix-env${EXEEXT} 151INSTALLABLES = 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
159INSTALL_SCRIPT = @INSTALL_PROGRAM@
160#else
161INSTALL_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
255LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC 234LOADLIBES=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