* also build the packages in the builddirs target, because fv needs

to be build to do the auto detection of fvision/fv
This commit is contained in:
peter 2001-08-06 17:18:59 +00:00
parent cba82c202e
commit 92f5cbb21e
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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