Browse Source

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

pierre 25 years ago
parent
commit
8ad66dbf27
2 changed files with 3 additions and 3 deletions
  1. 2 2
      rtl/os2/Makefile
  2. 1 1
      rtl/os2/Makefile.fpc

+ 2 - 2
rtl/os2/Makefile

@@ -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
 defaultrule: all
@@ -1135,7 +1135,7 @@ vpath %.pp $(INC) $(PROCINC)
 #
 #
 
 
 %$(OEXT) : %.as
 %$(OEXT) : %.as
-	as -o $*$(OEXT) $*.as
+	$(AS) -o $*$(OEXT) $*.as
 
 
 
 
 #
 #

+ 1 - 1
rtl/os2/Makefile.fpc

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