diff options
| author | Glenn Morris | 2011-02-12 18:04:18 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-12 18:04:18 -0800 |
| commit | 57e96f8e22b8d05a498be8f73366c8554c1b68e5 (patch) | |
| tree | 26f0a62292efb30bd2cf7d6b7a7b7d2ba91dbc72 /make-dist | |
| parent | 3c65e88d79763a0c36634bda79271982634eaa80 (diff) | |
| download | emacs-57e96f8e22b8d05a498be8f73366c8554c1b68e5.tar.gz emacs-57e96f8e22b8d05a498be8f73366c8554c1b68e5.zip | |
* make-dist: Exclude generated file src/globals.h.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -359,7 +359,7 @@ echo "Making links to \`src'" | |||
| 359 | ln makefile.w32-in ../${tempdir}/src | 359 | ln makefile.w32-in ../${tempdir}/src |
| 360 | ln .gdbinit .dbxinit ../${tempdir}/src | 360 | ln .gdbinit .dbxinit ../${tempdir}/src |
| 361 | cd ../${tempdir}/src | 361 | cd ../${tempdir}/src |
| 362 | rm -f config.h epaths.h Makefile buildobj.h) | 362 | rm -f globals.h config.h epaths.h Makefile buildobj.h) |
| 363 | 363 | ||
| 364 | echo "Making links to \`src/bitmaps'" | 364 | echo "Making links to \`src/bitmaps'" |
| 365 | (cd src/bitmaps | 365 | (cd src/bitmaps |