1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

* make-dist: Do not distribute generated admin/grammars/Makefile.

This commit is contained in:
Glenn Morris 2014-04-10 23:25:25 -07:00
parent 6f8c67690b
commit 235b3c7920
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-04-11 Glenn Morris <rgm@gnu.org>
* make-dist: Do not distribute generated admin/grammars/Makefile.
2014-04-09 Ken Brown <kbrown@cornell.edu>
* configure.ac (EMACS_MANIFEST): Revert last change (but leave

View File

@ -451,7 +451,7 @@ echo "Making links to \`lwlib'"
echo "Making links to \`admin' and its subdirectories"
for f in `find admin -type f`; do
case $f in
admin/unidata/Makefile) continue ;;
*/Makefile) [ -f $f.in ] && continue ;;
esac
ln $f $tempdir/$f
done