diff options
| author | Glenn Morris | 2019-02-01 17:50:59 -0800 |
|---|---|---|
| committer | Glenn Morris | 2019-02-01 17:50:59 -0800 |
| commit | f31c83cba790cb58699e894f0c8ad46d314ff868 (patch) | |
| tree | 52f268d0236ea4a07848eb0673fef058e95b0ec0 /make-dist | |
| parent | cdcdb11017342da2bf1f1cb360a8ef597f89b4dd (diff) | |
| download | emacs-f31c83cba790cb58699e894f0c8ad46d314ff868.tar.gz emacs-f31c83cba790cb58699e894f0c8ad46d314ff868.zip | |
* make-dist: Remove references to src/stamp-h.in.
This file was removed two years ago in 2f89350.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 1 insertions, 5 deletions
| @@ -339,10 +339,6 @@ if [ $update = yes ]; then | |||
| 339 | echo "Running autoreconf" | 339 | echo "Running autoreconf" |
| 340 | autoreconf -i -I m4 || { x=$?; echo Autoreconf FAILED! >&2; exit $x; } | 340 | autoreconf -i -I m4 || { x=$?; echo Autoreconf FAILED! >&2; exit $x; } |
| 341 | 341 | ||
| 342 | ## Make sure src/stamp-h.in is newer than configure.ac. | ||
| 343 | rm -f src/stamp-h.in | ||
| 344 | echo timestamp > src/stamp-h.in | ||
| 345 | |||
| 346 | if [ "$make_info" = yes ] ; then | 342 | if [ "$make_info" = yes ] ; then |
| 347 | echo "Updating Info files" | 343 | echo "Updating Info files" |
| 348 | make info | 344 | make info |
| @@ -371,7 +367,7 @@ possibly_non_vc_files=" | |||
| 371 | MANIFEST aclocal.m4 configure | 367 | MANIFEST aclocal.m4 configure |
| 372 | admin/charsets/jisx2131-filter | 368 | admin/charsets/jisx2131-filter |
| 373 | src/config.in src/dmpstruct.h src/emacs-module.h | 369 | src/config.in src/dmpstruct.h src/emacs-module.h |
| 374 | src/fingerprint.c src/stamp-h.in | 370 | src/fingerprint.c |
| 375 | "$( | 371 | "$( |
| 376 | find admin doc etc lisp \ | 372 | find admin doc etc lisp \ |
| 377 | \( -name '*.el' -o -name '*.elc' -o -name '*.map' -o -name '*.stamp' \ | 373 | \( -name '*.el' -o -name '*.elc' -o -name '*.map' -o -name '*.stamp' \ |