Merge pull request #2805 from kugelfuhr/kugelfuhr/remove-grc-artifacts
Remove .s files generated from .grc files
This commit is contained in:
@@ -572,8 +572,7 @@ endif
|
|||||||
# GEOS programs need a resource file linked to them
|
# GEOS programs need a resource file linked to them
|
||||||
ifeq ($(SYS),geos-cbm)
|
ifeq ($(SYS),geos-cbm)
|
||||||
asciires.o: asciires.grc
|
asciires.o: asciires.grc
|
||||||
$(GRC) -t $(SYS) $<
|
$(CL) -c -t $(SYS) $<
|
||||||
$(AS) $(<:.grc=.s)
|
|
||||||
ascii.cvt: ascii.o asciires.o
|
ascii.cvt: ascii.o asciires.o
|
||||||
$(if $(QUIET),echo $(SYS):$@)
|
$(if $(QUIET),echo $(SYS):$@)
|
||||||
$(LD) $(LDFLAGS_$(@F)_$(SYS)) $(LDFLAGS) -o $@ -t $(SYS) -m $@.map $^ $(SYS).lib
|
$(LD) $(LDFLAGS_$(@F)_$(SYS)) $(LDFLAGS) -o $@ -t $(SYS) -m $@.map $^ $(SYS).lib
|
||||||
|
|||||||
Reference in New Issue
Block a user