* use $(AS) instead of as for cross compiling

This commit is contained in:
pierre 2000-03-31 12:46:16 +00:00
parent 531cb20c02
commit 8ad66dbf27
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# Makefile generated by fpcmake v0.99.13 [2000/02/09]
# Makefile generated by fpcmake v0.99.13 [2000/03/22]
#
defaultrule: all
@ -1135,7 +1135,7 @@ vpath %.pp $(INC) $(PROCINC)
#
%$(OEXT) : %.as
as -o $*$(OEXT) $*.as
$(AS) -o $*$(OEXT) $*.as
#

View File

@ -69,7 +69,7 @@ vpath %.pp $(INC) $(PROCINC)
#
%$(OEXT) : %.as
as -o $*$(OEXT) $*.as
$(AS) -o $*$(OEXT) $*.as
#