File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ TARGET_ARCH.d = $(model_flag)
157157
158158# ######### Other common code ##########
159159
160- .PHONY : all cleam
160+ .PHONY : all clean
161161all : $(TESTS:%=$(OBJDIR ) /%.done )
162162
163163$(OBJDIR ) /% .done : $(OBJDIR ) /% $(DOTEXE )
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ extra_dflags += -version=SharedRuntime
3232PATH := $(dir $(DRUNTIMESO ) ) ;$(PATH )
3333endif
3434
35- $(ROOT ) /dllgc.done : $(ROOT ) /dllgc$(DOTDLL )
36- $(ROOT ) /dllgc$(DOTDLL ) : extra_dflags += -version=DLL -od=$(ROOT ) /dll
35+ $(ROOT ) /dllgc$( DOTEXE ) : $(ROOT ) /dllgc$(DOTDLL )
36+ $(ROOT ) /dllgc$(DOTDLL ) : private extra_dflags += -version=DLL -od=$(ROOT ) /dll
3737endif # Windows
3838
3939$(ROOT ) /dynamiccast.done : $(ROOT ) /% .done: $(ROOT ) /% $(DOTEXE ) $(ROOT ) /% $(DOTDLL )
You can’t perform that action at this time.
0 commit comments