Browse Source

- remove setting the vpath for the PPU tests as this should not be necessary due to all targets being available in the corresponding variables

Sven/Sarah Barth 1 year ago
parent
commit
b8c695dad8
3 changed files with 0 additions and 12 deletions
  1. 0 4
      packages/Makefile.fpc
  2. 0 4
      tests/tstunits/Makefile.fpc
  3. 0 4
      utils/Makefile.fpc

+ 0 - 4
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 $< > $@

+ 0 - 4
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 $< > $@
 

+ 0 - 4
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 $< > $@