diff options
| author | Po Lu | 2023-08-07 16:45:27 +0800 |
|---|---|---|
| committer | Po Lu | 2023-08-07 16:45:27 +0800 |
| commit | aae436c81ce5a993c35331badf9b1cb14611b8fc (patch) | |
| tree | 235f9e14259a26cd455d7aae1df57bb9ad2d1b0e | |
| parent | e37ab2065647ba603c7b87c0f795ae5d002e2205 (diff) | |
| download | emacs-aae436c81ce5a993c35331badf9b1cb14611b8fc.tar.gz emacs-aae436c81ce5a993c35331badf9b1cb14611b8fc.zip | |
* msdos/sed1v2.inp: Fix last change.
| -rw-r--r-- | msdos/sed1v2.inp | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index e7561f49889..dd7f650e8e3 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp | |||
| @@ -213,6 +213,10 @@ s/ *@WEBP_LIBS@// | |||
| 213 | /^XCONFIGURE *=/s/@XCONFIGURE@// | 213 | /^XCONFIGURE *=/s/@XCONFIGURE@// |
| 214 | /^[ \t]*MAKE_PDUMPER_FINGERPRINT = *$/c\ | 214 | /^[ \t]*MAKE_PDUMPER_FINGERPRINT = *$/c\ |
| 215 | MAKE_PDUMPER_FINGERPRINT = | 215 | MAKE_PDUMPER_FINGERPRINT = |
| 216 | # While this variable is named abs_top_builddir, the distinction is | ||
| 217 | # only relevant when Emacs is undergoing cross-compilation. | ||
| 218 | /^abs_top_builddir =*/s/@abs_top_builddir@/../ | ||
| 219 | s/\$(abs_top_builddir)\/src\/lisp.mk/lisp.mk/ | ||
| 216 | /^lisp\.mk:/,/^$/c\ | 220 | /^lisp\.mk:/,/^$/c\ |
| 217 | lisp.mk: $(lispsource)/loadup.el\ | 221 | lisp.mk: $(lispsource)/loadup.el\ |
| 218 | @rm -f $@\ | 222 | @rm -f $@\ |
| @@ -295,11 +299,3 @@ s| -I\. -I\$(srcdir)| -I.| | |||
| 295 | /\$(CC) -o \$@.tmp/s/\$@.tmp/\$@/ | 299 | /\$(CC) -o \$@.tmp/s/\$@.tmp/\$@/ |
| 296 | /mv \$@.tmp \$@/d | 300 | /mv \$@.tmp \$@/d |
| 297 | /^top_builddir =*/s/@top_builddir@/../ | 301 | /^top_builddir =*/s/@top_builddir@/../ |
| 298 | # While this variable is named abs_top_builddir, the distinction is | ||
| 299 | # only relevant when Emacs is undergoing cross-compilation. | ||
| 300 | /^abs_top_builddir =*/s/@abs_top_builddir@/../ | ||
| 301 | # In fact, this leads to errors where Make protests that the | ||
| 302 | # command line is ``too long'', so edit the lisp.mk stuff to | ||
| 303 | # not specify an absolute file name. | ||
| 304 | s/\$(abs_top_builddir)\/src\/lisp.mk/lisp.mk/ | ||
| 305 | # But this still doesn't work. | ||