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:
parent
8b1399acdc
commit
7f619bab3e
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user