projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f42482f
)
Fix spaces to tabs in the last commit.
author
Laurynas Biveinis
<lauras@gcc.gnu.org>
Mon, 10 Jul 2006 19:44:48 +0000
(19:44 +0000)
committer
Laurynas Biveinis
<lauras@gcc.gnu.org>
Mon, 10 Jul 2006 19:44:48 +0000
(19:44 +0000)
From-SVN: r115313
fixincludes/Makefile.in
patch
|
blob
|
history
diff --git
a/fixincludes/Makefile.in
b/fixincludes/Makefile.in
index d5c265763048f8579dc50708f5057d7f34f88d6f..07cfa7338d1131310f1ded42731c160482d88bab 100644
(file)
--- a/
fixincludes/Makefile.in
+++ b/
fixincludes/Makefile.in
@@
-160,10
+160,10
@@
config.status: $(srcdir)/configure
$(SHELL) ./config.status --recheck
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac
- cd $(srcdir) && autoconf
+ cd $(srcdir) && autoconf
$(srcdir)/config.h.in: @MAINT@ $(srcdir)/configure.ac
- cd $(srcdir) && autoheader
+ cd $(srcdir) && autoheader
$(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/../gcc/aclocal.m4
cp $(srcdir)/../gcc/aclocal.m4 .