1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(mac-fix-env): Remove #ifdef around rule.

This commit is contained in:
Dan Nicolaescu 2008-07-21 17:05:37 +00:00
parent 8b1399acdc
commit 7f619bab3e
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -461,7 +461,5 @@ update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H)
$(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