[llvm-commits] CVS: llvm/utils/Makefile

Reid Spencer reid at x10sys.com
Wed Apr 12 16:15:22 PDT 2006



Changes in directory llvm/utils:

Makefile updated: 1.10 -> 1.11
---
Log message:

Fix a typo in the name of a file.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1.10 llvm/utils/Makefile:1.11
--- llvm/utils/Makefile:1.10	Wed Apr 12 15:54:01 2006
+++ llvm/utils/Makefile	Wed Apr 12 18:15:10 2006
@@ -14,7 +14,7 @@
               DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
 	      getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
 	      llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
-	      NightlyTestTemplate.html NLT.schema parseNTL.pl plotNLT.pl \
+	      NightlyTestTemplate.html NLT.schema parseNLT.pl plotNLT.pl \
 	      profile.pl RegressionFinder.pl userloc.pl webNLT.pl \
 	      vim llvm-config
 






More information about the llvm-commits mailing list