From: Reid Spencer Date: Wed, 7 Feb 2007 03:29:29 +0000 (+0000) Subject: Remove a spurious ; X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=91140e963369f9bf3f651f0c923bf8f839f9cda7;p=oota-llvm.git Remove a spurious ; git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33976 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 302bf61c2ca..e06ae184c93 100644 --- a/Makefile.rules +++ b/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 #---------------------------------------------------------