[llvm-commits] [llvm-gcc-4.2] r68662 - /llvm-gcc-4.2/trunk/GNUmakefile
Bob Wilson
bob.wilson at apple.com
Wed Apr 8 17:12:09 PDT 2009
Author: bwilson
Date: Wed Apr 8 19:12:07 2009
New Revision: 68662
URL: http://llvm.org/viewvc/llvm-project?rev=68662&view=rev
Log:
Fix a typo.
Modified:
llvm-gcc-4.2/trunk/GNUmakefile
Modified: llvm-gcc-4.2/trunk/GNUmakefile
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/GNUmakefile?rev=68662&r1=68661&r2=68662&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/GNUmakefile (original)
+++ llvm-gcc-4.2/trunk/GNUmakefile Wed Apr 8 19:12:07 2009
@@ -12,7 +12,7 @@
# The following default target is for the benefit of those who try to
# build llvm-gcc in the source directory. GNU make will prefer to use
# this GNUmakefile instead of the Makefile generated by configure. Since
-# builtit always invokes this makefile with an explicit target, report an
+# buildit always invokes this makefile with an explicit target, report an
# error for the default target and some other common gcc targets.
.PHONY: all all-gcc all-host all-target bootstrap
all all-gcc all-host all-target bootstrap:
More information about the llvm-commits
mailing list