Insert a missing backslash.

This commit is contained in:
K. Richard Pixley 1993-04-01 05:22:08 +00:00
parent 05545edc03
commit 46d0ca81bd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
* Makefile.in (all.normal): insert missing backslash.
Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
* build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to match

View File

@ -422,7 +422,7 @@ all: $(ALL)
all.normal: \
$(ALL_MODULES) \
$(ALL_TARGET_MODULES) \
$(ALL_X11_MODULES)
$(ALL_X11_MODULES) \
all-gcc
# The target built for a cross build.