summaryrefslogtreecommitdiff
path: root/gcc/objcp
diff options
context:
space:
mode:
authorak <ak@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-11 14:14:22 +0000
committerak <ak@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-11 14:14:22 +0000
commit44000a083cd5980ce73263bb41ebe54076405992 (patch)
tree54bf29568d7c522182ce1348faf0464941dac6a1 /gcc/objcp
parent1142167121b8408749e4b432770bbe9f07add52d (diff)
downloadgcc-44000a083cd5980ce73263bb41ebe54076405992.tar.gz
Fix typo in earlier checksum change
I'm checking in a fix as obvious for this typo in the earlier checksum change. gcc/objcp 2010-10-11 Andi Kleen <ak@linux.intel.com> * Make-lang.in (cc1objplus-checksum.c): Use correct temporary name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165309 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objcp')
-rw-r--r--gcc/objcp/Make-lang.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objcp/Make-lang.in b/gcc/objcp/Make-lang.in
index edc5423be93..75a11fa7cc5 100644
--- a/gcc/objcp/Make-lang.in
+++ b/gcc/objcp/Make-lang.in
@@ -57,7 +57,7 @@ obj-c++_OBJS = $(OBJCXX_OBJS) cc1objplus-checksum.o
cc1objplus-checksum.c : build/genchecksum$(build_exeext) checksum-options \
$(OBJCXX_OBJS) $(BACKEND) $(LIBDEPS)
build/genchecksum$(build_exeext) $(OBJCXX_OBJS) $(BACKEND) \
- $(LIBDEPS) checksum-options > cc1objplus-checksum.c && \
+ $(LIBDEPS) checksum-options > cc1objplus-checksum.c.tmp && \
$(srcdir)/../move-if-change cc1objplus-checksum.c.tmp \
cc1objplus-checksum.c