diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-07 03:29:29 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-07 03:29:29 +0000 |
commit | 960cf7c9296049f9fc7576b47966193bdd19a04a (patch) | |
tree | 4d1fd68cd4c61aaba001a279489b8b5d929d6045 | |
parent | 12cf8ddaea6435605e76088c8f1a719eddded903 (diff) | |
download | bcm5719-llvm-960cf7c9296049f9fc7576b47966193bdd19a04a.tar.gz bcm5719-llvm-960cf7c9296049f9fc7576b47966193bdd19a04a.zip |
Remove a spurious ;
llvm-svn: 33976
-rw-r--r-- | llvm/Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 302bf61c2ca..e06ae184c93 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -590,7 +590,7 @@ $(ParallelTargets) : $(MKDIR) $(@D); \ $(CP) $(PROJ_SRC_DIR)/$(@D)/Makefile $(@D)/Makefile; \ fi; \ - $(MAKE) -C $(@D) $(subst $(@D)/.make,,$@) ; + $(MAKE) -C $(@D) $(subst $(@D)/.make,,$@) endif #--------------------------------------------------------- |