* nwplibc.o was not saved in UNITTARGETDIRPREFIX

This commit is contained in:
armin 2005-02-07 16:34:18 +00:00
parent 01e26c39c6
commit 264faebc63
2 changed files with 2 additions and 2 deletions

View File

@ -1475,7 +1475,7 @@ SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
copyimpfiles:
$(COPY) $(IMPFILES) $(COMPILER_UNITTARGETDIR)
nwplibc$(OEXT) :
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc.$(OEXT)
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc$(OEXT)
nwl_main$(OEXT) : nwl_main.as
$(AS) -o $(UNITTARGETDIRPREFIX)nwl_main$(OEXT) nwl_main.as
nwl_dlle$(OEXT) : nwl_dlle.as

View File

@ -106,7 +106,7 @@ copyimpfiles:
# for now use the gcc pre
nwplibc$(OEXT) :
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc.$(OEXT)
cp pre/libcpre.gcc.o $(UNITTARGETDIRPREFIX)nwplibc$(OEXT)
nwl_main$(OEXT) : nwl_main.as
$(AS) -o $(UNITTARGETDIRPREFIX)nwl_main$(OEXT) nwl_main.as