Mercurial > emacs
changeset 96863:03515cf1c488
(mac-fix-env): Remove #ifdef around rule.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 21 Jul 2008 17:05:37 +0000 |
parents | 88ddaf405341 |
children | 355aa36db10c |
files | lib-src/ChangeLog lib-src/Makefile.in |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Mon Jul 21 16:35:59 2008 +0000 +++ b/lib-src/ChangeLog Mon Jul 21 17:05:37 2008 +0000 @@ -1,3 +1,7 @@ +2008-07-21 Dan Nicolaescu <dann@ics.uci.edu> + + * Makefile.in (mac-fix-env): Remove #ifdef around rule. + 2008-07-17 Andreas Schwab <schwab@suse.de> * Makefile.in (INSTALL_SCRIPT): Remove duplicate definition.
--- a/lib-src/Makefile.in Mon Jul 21 16:35:59 2008 +0000 +++ b/lib-src/Makefile.in Mon Jul 21 17:05:37 2008 +0000 @@ -461,7 +461,5 @@ $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" -#if defined(NS_IMPL_COCOA) mac-fix-env: ${srcdir}/mac-fix-env.m $(CC) -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation -#endif