From 108c7c97c1ad0da9bc240fa656826b3fe0276e19 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 8 Feb 2003 17:27:58 +0000 Subject: (EXEEXT): Define to @EXEEXT@ and use this variable instead of the substitution. --- lib-src/Makefile.in | 60 +++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 29 deletions(-) (limited to 'lib-src') diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index b8d853f8eac..c88d868e374 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -1,5 +1,6 @@ # Makefile for lib-src subdirectory in GNU Emacs. -# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002 Free Software Foundation, Inc. +# Copyright (C) 1985, 1987, 1988, 1993, 1994, 2002, 2003 +# Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -29,6 +30,7 @@ CFLAGS=@CFLAGS@ ALLOCA=@ALLOCA@ version=@version@ configuration=@configuration@ +EXEEXT=@EXEEXT@ # Program name transformation. TRANSFORM = @program_transform_name@ @@ -100,15 +102,15 @@ INSTALL_STRIP = # Things that a user might actually run, # which should be installed in bindir. -INSTALLABLES = etags@EXEEXT@ ctags@EXEEXT@ emacsclient@EXEEXT@ b2m@EXEEXT@ ebrowse@EXEEXT@ +INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog # Things that Emacs runs internally, or during the build process, # which should not be installed in bindir. -UTILITIES= profile@EXEEXT@ digest-doc@EXEEXT@ sorted-doc@EXEEXT@ movemail@EXEEXT@ cvtmail@EXEEXT@ fakemail@EXEEXT@ \ - yow@EXEEXT@ hexl@EXEEXT@ update-game-score@EXEEXT@ +UTILITIES= profile${EXEEXT} digest-doc${EXEEXT} sorted-doc${EXEEXT} movemail${EXEEXT} cvtmail${EXEEXT} fakemail${EXEEXT} \ + yow${EXEEXT} hexl${EXEEXT} update-game-score${EXEEXT} -DONT_INSTALL= test-distrib@EXEEXT@ make-docfile@EXEEXT@ +DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT} # Like UTILITIES, but they're not system-dependent, and should not be # deleted by the distclean target. @@ -286,12 +288,12 @@ blessmail: maybe-blessmail: BLESSMAIL #ifdef MOVEMAIL_NEEDS_BLESSING /* Don\'t charge ahead and do it! Let the installer decide. - ./blessmail ${archlibdir}/movemail@EXEEXT@ */ + ./blessmail ${archlibdir}/movemail${EXEEXT} */ @if [ `wc -l