diff options
| author | Paul Eggert | 2011-01-08 20:31:19 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-08 20:31:19 -0800 |
| commit | 1e11dbe3d862434ded0d5718f737f1f03f3141be (patch) | |
| tree | 5bd68a442b08c2306ec4ffef540846ed9d4c2f90 /make-dist | |
| parent | a451f14b09368f4b9f96d61ddb2ee69ac048c414 (diff) | |
| download | emacs-1e11dbe3d862434ded0d5718f737f1f03f3141be.tar.gz emacs-1e11dbe3d862434ded0d5718f737f1f03f3141be.zip | |
Use gnulib's mktime module.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -288,6 +288,7 @@ ln config.bat make-dist update-subdirs vpath.sed .dir-locals.el ${tempdir} | |||
| 288 | ln mkinstalldirs config.sub config.guess install-sh ${tempdir} | 288 | ln mkinstalldirs config.sub config.guess install-sh ${tempdir} |
| 289 | ln aclocal.m4 ${tempdir} | 289 | ln aclocal.m4 ${tempdir} |
| 290 | ln compile depcomp missing ${tempdir} | 290 | ln compile depcomp missing ${tempdir} |
| 291 | ln arg-nonnull.h c++defs.h warn-on-use.h ${tempdir} | ||
| 291 | 292 | ||
| 292 | echo "Creating subdirectories" | 293 | echo "Creating subdirectories" |
| 293 | for subdir in site-lisp \ | 294 | for subdir in site-lisp \ |