projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05545ed
)
Insert a missing backslash.
author
K. Richard Pixley
<rich@cygnus>
Thu, 1 Apr 1993 05:22:08 +0000
(
05:22
+0000)
committer
K. Richard Pixley
<rich@cygnus>
Thu, 1 Apr 1993 05:22:08 +0000
(
05:22
+0000)
ChangeLog
patch
|
blob
|
history
Makefile.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 6a66c90a328f4f72c515cb07c85a6c00c5bc67c3..95bd370c50ad14708b7f75c18619e6c210695dfd 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-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
diff --git
a/Makefile.in
b/Makefile.in
index c9eb80ebb0f6e328478e5a159c026e91df0b372e..01d8f741376ba2ee31c96ee7f5fbde1fcd2e6b4e 100644
(file)
--- 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.