diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-11-03 17:33:36 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-11-03 17:33:36 +0000 |
commit | eb909ca524f89a24c9bc668aebd9204783576ff2 (patch) | |
tree | 804928e29df9e444495164bf36dac94b28a80d7b | |
parent | 958fdf07b57410448536e0c572a60cf4992a23b2 (diff) |
Comment fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58621 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index d1b3a551dd..3fdae66c41 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1302,7 +1302,7 @@ $(INCTMPFiles) : $(TBLGEN) $(TDFiles) # INCFiles rule: All of the tblgen generated files are emitted to # $(ObjDir)/%.inc.tmp, instead of emitting them directly to %.inc. This allows # us to only "touch" the real file if the contents of it change. IOW, if -# tblgen is modified, all of the .inc.tmp files are regereated, but no +# tblgen is modified, all of the .inc.tmp files are regenerated, but no # dependencies of the .inc files are, unless the contents of the .inc file # changes. $(INCFiles) : %.inc : $(ObjDir)/%.inc.tmp |