aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-21 17:05:37 +0000
committerDan Nicolaescu2008-07-21 17:05:37 +0000
commit7f619bab3ed9aa009db7c7d0455e3db3e72bd191 (patch)
treeb0c9fb5bc6616aacca74efdbeab33aab61c668cd /lib-src/Makefile.in
parent8b1399acdcb5a4d7527936d3404d644d1c7e9043 (diff)
downloademacs-7f619bab3ed9aa009db7c7d0455e3db3e72bd191.tar.gz
emacs-7f619bab3ed9aa009db7c7d0455e3db3e72bd191.zip
(mac-fix-env): Remove #ifdef around rule.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 03e0f4d1e27..5f8e6d4fc60 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -461,7 +461,5 @@ update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H)
461 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ 461 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \
462 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" 462 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\""
463 463
464#if defined(NS_IMPL_COCOA)
465mac-fix-env: ${srcdir}/mac-fix-env.m 464mac-fix-env: ${srcdir}/mac-fix-env.m
466 $(CC) -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation 465 $(CC) -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation
467#endif