diff options
| author | Glenn Morris | 2007-09-21 03:48:52 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-21 03:48:52 +0000 |
| commit | 4cefd10eead1587f788a99be537fa1300c47c9e5 (patch) | |
| tree | 5c64b00ec5dfc4ddb1b52fe0186de0f3bf68a9c7 /src | |
| parent | 6f022c19548c562a1bc01559d6655857886fc9f6 (diff) | |
| download | emacs-4cefd10eead1587f788a99be537fa1300c47c9e5.tar.gz emacs-4cefd10eead1587f788a99be537fa1300c47c9e5.zip | |
(emacstool): Remove target.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 6e91db7262d..36d94d07012 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1319,8 +1319,6 @@ ${emacsapp}Contents/MacOS/Emacs: emacs${EXEEXT} | |||
| 1319 | cd ${emacsapp}Contents/MacOS/; cp ../../../../src/emacs${EXEEXT} Emacs${EXEEXT} | 1319 | cd ${emacsapp}Contents/MacOS/; cp ../../../../src/emacs${EXEEXT} Emacs${EXEEXT} |
| 1320 | #endif | 1320 | #endif |
| 1321 | 1321 | ||
| 1322 | ${libsrc}emacstool${EXEEXT}: ${libsrc}emacstool.c | ||
| 1323 | cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool${EXEEXT} | ||
| 1324 | bootstrapclean: | 1322 | bootstrapclean: |
| 1325 | rm -f bootstrap-emacs${EXEEXT} emacs-${version}${EXEEXT} | 1323 | rm -f bootstrap-emacs${EXEEXT} emacs-${version}${EXEEXT} |
| 1326 | mostlyclean: | 1324 | mostlyclean: |