From b8c695dad8da8ec37e9556c0b87f09c7900d3f3a Mon Sep 17 00:00:00 2001 From: Sven/Sarah Barth Date: Fri, 14 Jun 2024 15:03:57 +0200 Subject: [PATCH] - remove setting the vpath for the PPU tests as this should not be necessary due to all targets being available in the corresponding variables --- packages/Makefile.fpc | 4 ---- tests/tstunits/Makefile.fpc | 4 ---- utils/Makefile.fpc | 4 ---- 3 files changed, 12 deletions(-) diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index 3db0978aa7..dddd4514db 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -160,10 +160,6 @@ RMPPULOGLIST:=$(subst .log-ppu,.rm-log-ppu,$(wildcard $(PPULOGLIST))) ppulogs : $(PPULOGLIST) -vpath %.ppu $(ALLPPUDIRS) -vpath %.log-ppu $(ALLPPUDIRS) -vpath %.rm-log-ppu $(ALLPPUDIRS) - # Do not try to recompile ppudump, as this does not work if trying to test cross-compiled units %.log-ppu : %.ppu ppudump -VA -M $< > $@ diff --git a/tests/tstunits/Makefile.fpc b/tests/tstunits/Makefile.fpc index e295994be7..465290267b 100644 --- a/tests/tstunits/Makefile.fpc +++ b/tests/tstunits/Makefile.fpc @@ -180,10 +180,6 @@ ALLPPUDIRS:=$(wildcard units/*) $(wildcard */units/*) ppulogs : $(PPULOGLIST) -vpath %.ppu $(ALLPPUDIRS) -vpath %.log-ppu $(ALLPPUDIRS) -vpath %.rm-log-ppu $(ALLPPUDIRS) - %.log-ppu : %.ppu ../../compiler/utils/ppudump$(EXEEXT) ..$(PATHSEP)..$(PATHSEP)compiler$(PATHSEP)utils$(PATHSEP)ppudump -VA -M $< > $@ diff --git a/utils/Makefile.fpc b/utils/Makefile.fpc index 6dadcdf0b4..a6f16c750d 100644 --- a/utils/Makefile.fpc +++ b/utils/Makefile.fpc @@ -133,10 +133,6 @@ ALLPPUDIRS:=$(wildcard units/*) $(wildcard */units/*) ppulogs : $(PPULOGLIST) -vpath %.ppu $(ALLPPUDIRS) -vpath %.log-ppu $(ALLPPUDIRS) -vpath %.rm-log-ppu $(ALLPPUDIRS) - # Do not try to recompile ppudump, as this does not work if trying to test cross-compiled units %.log-ppu : %.ppu ppudump -VA -M $< > $@