[llvm-commits] CVS: llvm/Makefile.rules

Reid Spencer reid at x10sys.com
Thu May 19 13:49:32 PDT 2005



Changes in directory llvm:

Makefile.rules updated: 1.311 -> 1.312
---
Log message:

Build the install directories just exactly as any others. Hopefully this
helps out cygwin build.


---
Diffs of the changes:  (+4 -11)

 Makefile.rules |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.311 llvm/Makefile.rules:1.312
--- llvm/Makefile.rules:1.311	Wed May 18 19:37:31 2005
+++ llvm/Makefile.rules	Thu May 19 15:26:14 2005
@@ -423,17 +423,10 @@
 # in the file so they get built before dependencies
 #---------------------------------------------------------
 
-$(PROJ_bindir):
-	$(Verb) $(MKDIR) $(PROJ_bindir)
-
-$(PROJ_libdir):
-	$(Verb) $(MKDIR) $(PROJ_libdir)
-
-$(PROJ_includedir):
-	$(Verb) $(MKDIR) $(PROJ_includedir)
-
-$(PROJ_etcdir):
-	$(Verb) $(MKDIR) $(PROJ_etcdir)
+$(PROJ_bindir): $(PROJ_bindir)/.dir
+$(PROJ_libdir): $(PROJ_libdir)/.dir
+$(PROJ_includedir): $(PROJ_includedir)/.dir
+$(PROJ_etcdir): $(PROJ_etcdir)/.dir
 
 # To create other directories, as needed, and timestamp their creation
 %/.dir:






More information about the llvm-commits mailing list