From c27cd0bc71347728fdf8ca34899f70879fbdb542 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 10 Apr 2003 07:06:51 +0000 Subject: [PATCH] * also recompile packages/base if needed --- tests/units/Makefile | 3 ++- tests/units/Makefile.fpc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/units/Makefile b/tests/units/Makefile index 5c77d1c2da..4f66f3788a 100644 --- a/tests/units/Makefile +++ b/tests/units/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2003/04/01] +# Don't edit, this file is generated by FPCMake Version 1.1 [2003/04/09] # default: all MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos macosx emx @@ -1338,6 +1338,7 @@ rtl: $(MAKE) -C ../../rtl all "OPT=$(OPT) -n" $(MAKE) -C ../../rtl install $(INSTALLOPT) fcl: + $(MAKE) -C ../../packages/base all "OPT=$(OPT) -n" $(MAKE) -C ../../fcl all "OPT=$(OPT) -n" $(MAKE) -C ../../fcl install $(INSTALLOPT) clean : cleanall diff --git a/tests/units/Makefile.fpc b/tests/units/Makefile.fpc index 4ae730bd98..9ac4a098af 100644 --- a/tests/units/Makefile.fpc +++ b/tests/units/Makefile.fpc @@ -25,6 +25,7 @@ rtl: $(MAKE) -C ../../rtl install $(INSTALLOPT) fcl: + $(MAKE) -C ../../packages/base all "OPT=$(OPT) -n" $(MAKE) -C ../../fcl all "OPT=$(OPT) -n" $(MAKE) -C ../../fcl install $(INSTALLOPT)