diff options
| author | Adrian Robert | 2009-06-09 01:55:02 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-06-09 01:55:02 +0000 |
| commit | fa44da6ea6145420d3caea4c69c2ea13d640cbe4 (patch) | |
| tree | c6a3b8e3fefcd26cb2ad42271acc5ddd47db1290 /lib-src/Makefile.in | |
| parent | 0cf681b6af638101d21f41cede785613a9011697 (diff) | |
| download | emacs-fa44da6ea6145420d3caea4c69c2ea13d640cbe4.tar.gz emacs-fa44da6ea6145420d3caea4c69c2ea13d640cbe4.zip | |
* mac-fix-env.m: * Makefile.in (mac-fix-env): Remove.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index ffdeacc6b0b..cb3cc4c1b74 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -449,6 +449,3 @@ update-game-score${EXEEXT}: update-game-score.o $(GETOPTDEPS) | |||
| 449 | update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) | 449 | update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) |
| 450 | $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ | 450 | $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ |
| 451 | -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" | 451 | -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" |
| 452 | |||
| 453 | mac-fix-env: ${srcdir}/mac-fix-env.m | ||
| 454 | $(CC) ${ALL_CFLAGS} -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation | ||