Remove even the slightest chance of a race condition occurring :)
authorReid Spencer <rspencer@reidspencer.com>
Fri, 20 Aug 2004 09:32:32 +0000 (09:32 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 20 Aug 2004 09:32:32 +0000 (09:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15951 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index a4bdb1c93a0869550458e6e71560a6c6456cdb18..835773bfa7457b0d0ae8ffff857262387e988b45 100644 (file)
@@ -459,12 +459,12 @@ endif
 # Handle the CONFIG_FILES options
 #---------------------------------------------------------
 ifdef CONFIG_FILES
-install:: $(sysconfdir) install-config-files
+install:: install-config-files
 
 $(sysconfdir):
        $(MKDIR) $(sysconfdir)
 
-install-config-files: $(CONFIG_FILES)
+install-config-files: $(sysconfdir) $(CONFIG_FILES)
        $(VERB) echo Installing Configuration Files To $(sysconfdir)
        $(VERB) for file in $(CONFIG_FILES); do \
                $(INSTALL) $(SourceDir)/$${file} $(sysconfdir) ; \