[llvm-commits] CVS: llvm/utils/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Apr 13 16:00:01 PDT 2004
Changes in directory llvm/utils:
Makefile updated: 1.5 -> 1.6
---
Log message:
Out with spiff, in with fpcmp
---
Diffs of the changes: (+3 -3)
Index: llvm/utils/Makefile
diff -u llvm/utils/Makefile:1.5 llvm/utils/Makefile:1.6
--- llvm/utils/Makefile:1.5 Mon Apr 12 17:53:51 2004
+++ llvm/utils/Makefile Tue Apr 13 15:59:24 2004
@@ -1,4 +1,4 @@
-##===- utils/Makefile ------------------------------*- Makefile -*-===##
+##===- utils/Makefile --------------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -6,9 +6,9 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
-LEVEL = ..
-DIRS = Burg TableGen Spiff
+LEVEL = ..
+DIRS = Burg TableGen fpcmp
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list