mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Restore ability to build archives (oops)
Fix -include line so it doesn't reference /dev/null git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40429 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87b891911b
commit
491a6cd8b4
@ -391,7 +391,7 @@ endif
|
||||
ifndef VERBOSE
|
||||
Verb := @
|
||||
LibTool.Flags += --silent
|
||||
AR.Flags += ">/dev/null 2>/dev/null"
|
||||
AR.Flags += >/dev/null 2>/dev/null
|
||||
ConfigureScriptFLAGS += >$(PROJ_OBJ_DIR)/configure.out 2>&1
|
||||
else
|
||||
ConfigureScriptFLAGS :=
|
||||
@ -1471,7 +1471,7 @@ ifneq ($(strip $(filter-out clean clean-local dist-clean,$(MAKECMDGOALS)))),)
|
||||
DependFiles := $(basename $(filter %.cpp %.c %.cc, $(Sources)))
|
||||
DependFiles := $(DependFiles:%=$(PROJ_OBJ_DIR)/$(BuildMode)/%.d)
|
||||
|
||||
-include $(DependFiles)
|
||||
-include $(DependFiles) ""
|
||||
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user