From 92f5cbb21ea4da242c2ef9ec0b1b3f96ae5294a9 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 6 Aug 2001 17:18:59 +0000 Subject: [PATCH] * also build the packages in the builddirs target, because fv needs to be build to do the auto detection of fvision/fv --- ide/Makefile | 2 +- ide/Makefile.fpc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ide/Makefile b/ide/Makefile index 783455a88d..ef572eced6 100644 --- a/ide/Makefile +++ b/ide/Makefile @@ -1246,7 +1246,7 @@ fakegdbclean : $(MAKE) -C fakegdb clean fakegdbinfo: @$(ECHO) Using FakeGDB, IDE has no Debugger support -builddirs: compilerunits fakegdbunits +builddirs: fpc_packages compilerunits fakegdbunits buildfp: fpc_all gdb: $(MAKE) builddirs diff --git a/ide/Makefile.fpc b/ide/Makefile.fpc index 580ab6729c..a98b2e582c 100644 --- a/ide/Makefile.fpc +++ b/ide/Makefile.fpc @@ -163,12 +163,12 @@ fakegdbinfo: # # Build targets # -# building happends in 2 steps, first the compiler and fakegdb +# building happends in 2 steps, first the packages, compiler and fakegdb # dirs are build. In the second step the IDE is build. This is # required because it needs to detect which compiler version # to use. # -builddirs: compilerunits fakegdbunits +builddirs: fpc_packages compilerunits fakegdbunits buildfp: fpc_all