Explorar o código

* put prt0.obj in the right directory

git-svn-id: trunk@8552 -
pierre %!s(int64=18) %!d(string=hai) anos
pai
achega
d5fa108796
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      rtl/watcom/Makefile
  2. 1 0
      rtl/watcom/Makefile.fpc

+ 1 - 0
rtl/watcom/Makefile

@@ -2313,6 +2313,7 @@ SYSCPUDEPS=$(addprefix $(PROCINC)/,$(CPUINCNAMES))
 SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
 prt0$(OEXT) : prt0.as
 	wasm prt0.as -bt=dos -5s -fp5 -ms -zq
+	$(COPY) prt0$(OEXT) $(UNITTARGETDIRPREFIX)prt0$(OEXT)
 system$(PPUEXT) : system.pp $(SYSDEPS)
 	$(COMPILER) -Us -Sg system.pp
 objpas$(PPUEXT): $(OBJPASDIR)/objpas.pp $(INC)/except.inc system$(PPUEXT)

+ 1 - 0
rtl/watcom/Makefile.fpc

@@ -88,6 +88,7 @@ SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
 
 prt0$(OEXT) : prt0.as
         wasm prt0.as -bt=dos -5s -fp5 -ms -zq
+        $(COPY) prt0$(OEXT) $(UNITTARGETDIRPREFIX)prt0$(OEXT)
 
 #
 # System Units (System, Objpas, Strings)