File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,15 @@ $(OBJDIR)/$(CURRENT_TARGET)/common/%.o: %.c | $(TARGETOBJDIR)
109109ifeq ($(CC ) ,cl65)
110110 $(CC) -t $(CURRENT_TARGET) -c --create-dep $(@:.o=.d) $(CFLAGS) --listing $(@:.o=.lst) -Ln
[email protected] -o $@ $<
111111else
112- $(CC) -c --deps $(CFLAGS) -o $@ $< 2>/dev/null
112+ $(CC) -c --deps $(CFLAGS) -o $@ $<
113113endif
114114
115115$(OBJDIR ) /$(CURRENT_TARGET ) /% .o : % .c $(VERSION_FILE ) | $(OBJDIR )
116116 @$(call MKDIR,$(dir $@ ) )
117117ifeq ($(CC ) ,cl65)
118- $(CC) -t $(CURRENT_TARGET) -c --create-dep $(@:.o=.d) $(CFLAGS) -o $@ $<
118+ $(CC) -t $(CURRENT_TARGET) -c --create-dep $(@:.o=.d) $(CFLAGS) -
-listing $(@:.o=.lst) -Ln [email protected] - o $@ $<
119119else
120- $(CC) -c --deps $(CFLAGS) -o $@ $< 2>/dev/null
120+ $(CC) -c --deps $(CFLAGS) -o $@ $<
121121endif
122122
123123vpath % .s $(SRC_INC_DIRS )
You can’t perform that action at this time.
0 commit comments