mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
* make-dist: Exclude generated file src/globals.h.
This commit is contained in:
parent
3c65e88d79
commit
57e96f8e22
@ -1,3 +1,7 @@
|
||||
2011-02-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* make-dist: Exclude generated file src/globals.h.
|
||||
|
||||
2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
|
||||
|
@ -359,7 +359,7 @@ echo "Making links to \`src'"
|
||||
ln makefile.w32-in ../${tempdir}/src
|
||||
ln .gdbinit .dbxinit ../${tempdir}/src
|
||||
cd ../${tempdir}/src
|
||||
rm -f config.h epaths.h Makefile buildobj.h)
|
||||
rm -f globals.h config.h epaths.h Makefile buildobj.h)
|
||||
|
||||
echo "Making links to \`src/bitmaps'"
|
||||
(cd src/bitmaps
|
||||
|
Loading…
Reference in New Issue
Block a user