1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

Fix the MSDOS build (broken by 2010-09-20T22:35:37Z!dann@ics.uci.edu).

sed1v2.inp (LINKER): Don't edit, variable was removed from src/Makefile.in.
 (LD_FIRSTFLAG): Edit to empty.
This commit is contained in:
Eli Zaretskii 2010-09-22 11:45:26 +02:00
parent 4def29e7d6
commit 9f5a812acb
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-09-22 Eli Zaretskii <eliz@gnu.org>
* sed1v2.inp (LINKER): Don't edit, variable was removed from
src/Makefile.in.
(LD_FIRSTFLAG): Edit to empty.
2010-09-17 Eli Zaretskii <eliz@gnu.org>
* sed1v2.inp (LIBXML2_LIBS, LIBXML2_CFLAGS): Edit to empty.

View File

@ -31,6 +31,7 @@ s/\.h\.in/.h-in/
/^ALL_CFLAGS *=/s/@[^@\n]*@//g
/^CPPFLAGS *=/s/@[^@\n]*@//
/^LDFLAGS *=/s/@[^@\n]*@//
/^LD_FIRSTFLAG *=/s/@[^@\n]*@//
/^LIBS *=/s/@[^@\n]*@//
/^LIBES *=/,/^ *$/ {
s/@[^@\n]*@//g
@ -51,7 +52,6 @@ s/\.h\.in/.h-in/
/^TEMACS_LDFLAGS2 *=/s/@TEMACS_LDFLAGS2@/$(LDFLAGS)/
/^LIBS_SYSTEM *=/s/@LIBS_SYSTEM@//
/^LIB_GCC *=/s/@LIB_GCC@//
/^LD *=/s/@LINKER@/$(CC)/
/^LIB_STANDARD *=/s/@LIB_STANDARD@//
/^LIB_MATH *=/s/@LIB_MATH@/-lm/
/^LIBTIFF *=/s/@LIBTIFF@//