Commit 9f154156 by Richard Kenner

Adjust for deletion of config.run in Makefile.in

Change version to 2.6.3.

From-SVN: r9375
parent 633f0ee4
s/|| cp/|| copy/ /^Makefile/,/^ rm -f config.run/d
s/rm -f/del/ s/rm -f/del/
/^Makefile/,/^ $(SHELL) config.run/d s/|| cp/|| copy/
/^config.status/,/ fi/d /^config.status/,/ fi/d
s/config.status//g s/config.status//g
s/\/dev\/null/NUL/g s/\/dev\/null/NUL/g
...@@ -12,7 +12,7 @@ target=winnt3.5 ...@@ -12,7 +12,7 @@ target=winnt3.5
/^xmake_file=/ d /^xmake_file=/ d
/^tmake_file=/ d /^tmake_file=/ d
/^version=/ c\ /^version=/ c\
version=2.6.2 version=2.6.3
s/CC = cc/CC = cl/ s/CC = cc/CC = cl/
s/^SHELL =.*/SHELL =/ s/^SHELL =.*/SHELL =/
s/CFLAGS = -g/CFLAGS =/ s/CFLAGS = -g/CFLAGS =/
...@@ -27,7 +27,7 @@ s/^ cd \$(srcdir)[ ]*;/ / ...@@ -27,7 +27,7 @@ s/^ cd \$(srcdir)[ ]*;/ /
/\\/d /\\/d
/fi/d /fi/d
/copy/ i\ /copy/ i\
genattrtab md > tmp-attrtab.c \ genattrtab md > tmp-attrtab.c
} }
/^enquire[ ]*:/ s/\$(GCC_PARTS)//g /^enquire[ ]*:/ s/\$(GCC_PARTS)//g
/^enquire.o[ ]*:/ s/\$(GCC_PASSES)//g /^enquire.o[ ]*:/ s/\$(GCC_PASSES)//g
...@@ -61,8 +61,8 @@ LDFLAGS = -align:0x1000 -subsystem:console -entry:mainCRTStartup \\\ ...@@ -61,8 +61,8 @@ LDFLAGS = -align:0x1000 -subsystem:console -entry:mainCRTStartup \\\
EXTRA_PROGRAMS=ld.exe \ EXTRA_PROGRAMS=ld.exe \
\ \
ld.obj: $(srcdir)/config/winnt/ld.c \ ld.obj: $(srcdir)/config/winnt/ld.c \
$(CC) $(CFLAGS) \\\ \ $(CC) $(CFLAGS) \\\
-I. -I$(srcdir) -I$(srcdir)/config -c $(srcdir)/config/winnt/ld.c \ \ -I. -I$(srcdir) -I$(srcdir)/config -c $(srcdir)/config/winnt/ld.c \
\ \
ld.exe: ld.obj \ ld.exe: ld.obj \
link32 -out:ld.exe ld.obj $(LDFLAGS) $(CLIB) link32 -out:ld.exe ld.obj $(LDFLAGS) $(CLIB)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment