changeset 3374:8e39495c5be4

Update getdate.c. Copy config.guess.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jun 1993 00:50:50 +0000
parents 4177a984e5c0
children 13ddc81f0b43
files make-dist
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Tue Jun 01 00:29:11 1993 +0000
+++ b/make-dist	Tue Jun 01 00:50:50 1993 +0000
@@ -104,6 +104,9 @@
   autoconf
 fi
 
+### Update getdate.c.
+(cd lib-src; make -f Makefile.in getdate.c)
+
 echo "Creating staging directory: \`${tempparent}'"
 mkdir ${tempparent}
 emacsname="emacs-${version}${new_extension}"
@@ -126,8 +129,9 @@
 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir}
 ln ChangeLog Makefile.in build-install.in configure configure.in ${tempdir}
 ln make-dist ${tempdir}
-### Copy config.sub; it's a cross-filesystem symlink.
+### Copy config.guess and config.sub; they're cross-filesystem symlinks.
 cp config.sub ${tempdir}
+cp config.guess ${tempdir}
 
 echo "Updating version number in README."
 (cd ${tempdir}