summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-03 05:12:16 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-03 05:12:16 +0000
commit05084716c13b4ea79ea29528dcb3c3f8a5271638 (patch)
tree693b01d2752d9cd835c39110d4893e0f7acdec44 /utils/Makefile
parentdefc85327a7cd0ad679cd3fe94f671d6549fe4a1 (diff)
downloadllvm-05084716c13b4ea79ea29528dcb3c3f8a5271638.tar.gz
llvm-05084716c13b4ea79ea29528dcb3c3f8a5271638.tar.bz2
llvm-05084716c13b4ea79ea29528dcb3c3f8a5271638.tar.xz
Add FileUpdate tool, conditionally updates its output based on its input.
- Gratuitous and unused, but possibly useful one day. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77954 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 22f29f2818..80204b075b 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ..
-PARALLEL_DIRS := TableGen fpcmp PerfectShuffle FileCheck unittest
+PARALLEL_DIRS := TableGen fpcmp PerfectShuffle FileCheck FileUpdate unittest
EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \