Mercurial > emacs
changeset 1111:95f094fdd81e
entered into RCS
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 13 Sep 1992 10:43:05 +0000 |
parents | f165d900e06e |
children | 1dba066c1e0a |
files | Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Sun Sep 13 06:01:19 1992 +0000 +++ b/Makefile.in Sun Sep 13 10:43:05 1992 +0000 @@ -11,7 +11,8 @@ # make tags to update tags tables. # # make distclean to delete everything that wasn't in the distribution. -# This is a very dangerous thing to do! +# This is a very dangerous thing to do! It removes backup files, +# among other things. # make clean # This is a little less dangerous. # make dist @@ -123,7 +124,7 @@ src/paths.h: Makefile src/paths.h.in lisppath=`echo ${lisppath} | ${removenullpaths}` ; \ buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \ - sed < src/paths.h.in > src/paths.h.tmp \ + sed < src/paths.h.in > src/paths.h.tmp \ -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \ -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \ -e 's;\(#.*PATH_EXEC\).*$$;\1 "${libdir}";' \