mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Build the install directories just exactly as any others. Hopefully this
helps out cygwin build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22140 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dde5e387d2
commit
aa8bc43007
@ -423,17 +423,10 @@ endif
|
||||
# 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:
|
||||
|
Loading…
Reference in New Issue
Block a user