diff options
author | K. Richard Pixley <rich@cygnus> | 1993-04-01 05:22:08 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-04-01 05:22:08 +0000 |
commit | 46d0ca81bd87cbcaa49f4370c7c0542073f0639b (patch) | |
tree | 53063f74171eb2ee78cfe1b0721ba8002dbcdc41 /Makefile.in | |
parent | 05545edc03d841f44b1a7aef9f53471681c433e5 (diff) | |
download | gdb-46d0ca81bd87cbcaa49f4370c7c0542073f0639b.zip gdb-46d0ca81bd87cbcaa49f4370c7c0542073f0639b.tar.gz gdb-46d0ca81bd87cbcaa49f4370c7c0542073f0639b.tar.bz2 |
Insert a missing backslash.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index c9eb80e..01d8f74 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. |