summaryrefslogtreecommitdiff
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2008-07-17 10:53:02 +0000
committerAndreas Schwab <schwab@suse.de>2008-07-17 10:53:02 +0000
commit32cc39257502ab0fb4281d02d08cb08bad436bb7 (patch)
tree0c16497f514c730abad5777ea6bfa8d06acb45f8 /lib-src/Makefile.in
parent70357d07233119dc37ce23bfd96eea96bc9c0c5b (diff)
downloademacs-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 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in23
1 files changed, 1 insertions, 22 deletions
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
INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} mac-fix-env${EXEEXT}
#endif
-/* Some platforms that the GNUstep port runs on put strip options in
- INSTALL_PROGRAM which cause errors. But, not being sure all other
- platforms are setting this, we will only use the alternative
- INSTALL_SCRIPT variable on GNUstep/Cocoa builds. */
-#ifndef HAVE_NS
-INSTALL_SCRIPT = @INSTALL_PROGRAM@
-#else
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-#endif
-
-/* Some machines don\'t find the standard C libraries in the usual place. */
-#ifndef ORDINARY_LINK
-#ifndef LIB_STANDARD_LIBSRC
-#define LIB_STANDARD_LIBSRC -lc
-#endif
-#else
-#ifndef LIB_STANDARD_LIBSRC
-#define LIB_STANDARD_LIBSRC
-#endif
-#endif
-
/* Some s/SYSTEM.h files define this to request special libraries. */
#ifndef LIBS_SYSTEM
#define LIBS_SYSTEM
@@ -252,7 +231,7 @@ LIBS_MAIL=-lmail
#endif
#endif
-LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC
+LOADLIBES=LIBS_SYSTEM LIBS_MACHINE
/* We need to #define emacs to get the right versions of some files.
Some other files - those shared with other GNU utilities - need