diff options
| author | Jim Blandy | 1992-09-13 10:43:05 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-09-13 10:43:05 +0000 |
| commit | e4801b31ff4d1c01f79e25a2eefbd3877375386b (patch) | |
| tree | d4183105c9bb3d2c4890c45e849f00b5f58576ff | |
| parent | bfe81e789a0838e336f71f182cf500e5068765fd (diff) | |
| download | emacs-e4801b31ff4d1c01f79e25a2eefbd3877375386b.tar.gz emacs-e4801b31ff4d1c01f79e25a2eefbd3877375386b.zip | |
entered into RCS
| -rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 4ac850f7f72..310cabdceff 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -11,7 +11,8 @@ | |||
| 11 | # make tags to update tags tables. | 11 | # make tags to update tags tables. |
| 12 | # | 12 | # |
| 13 | # make distclean to delete everything that wasn't in the distribution. | 13 | # make distclean to delete everything that wasn't in the distribution. |
| 14 | # This is a very dangerous thing to do! | 14 | # This is a very dangerous thing to do! It removes backup files, |
| 15 | # among other things. | ||
| 15 | # make clean | 16 | # make clean |
| 16 | # This is a little less dangerous. | 17 | # This is a little less dangerous. |
| 17 | # make dist | 18 | # make dist |
| @@ -123,7 +124,7 @@ removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/' | |||
| 123 | src/paths.h: Makefile src/paths.h.in | 124 | src/paths.h: Makefile src/paths.h.in |
| 124 | lisppath=`echo ${lisppath} | ${removenullpaths}` ; \ | 125 | lisppath=`echo ${lisppath} | ${removenullpaths}` ; \ |
| 125 | buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \ | 126 | buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \ |
| 126 | sed < src/paths.h.in > src/paths.h.tmp \ | 127 | sed < src/paths.h.in > src/paths.h.tmp \ |
| 127 | -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \ | 128 | -e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";' \ |
| 128 | -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \ | 129 | -e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";' \ |
| 129 | -e 's;\(#.*PATH_EXEC\).*$$;\1 "${libdir}";' \ | 130 | -e 's;\(#.*PATH_EXEC\).*$$;\1 "${libdir}";' \ |