Browse Source

* also build the packages in the builddirs target, because fv needs
to be build to do the auto detection of fvision/fv

peter 24 years ago
parent
commit
92f5cbb21e
2 changed files with 3 additions and 3 deletions
  1. 1 1
      ide/Makefile
  2. 2 2
      ide/Makefile.fpc

+ 1 - 1
ide/Makefile

@@ -1246,7 +1246,7 @@ fakegdbclean :
 	$(MAKE) -C fakegdb clean
 	$(MAKE) -C fakegdb clean
 fakegdbinfo:
 fakegdbinfo:
 	@$(ECHO) Using FakeGDB, IDE has no Debugger support
 	@$(ECHO) Using FakeGDB, IDE has no Debugger support
-builddirs: compilerunits fakegdbunits
+builddirs: fpc_packages compilerunits fakegdbunits
 buildfp: fpc_all
 buildfp: fpc_all
 gdb:
 gdb:
 	$(MAKE) builddirs
 	$(MAKE) builddirs

+ 2 - 2
ide/Makefile.fpc

@@ -163,12 +163,12 @@ fakegdbinfo:
 #
 #
 # Build targets
 # 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
 # dirs are build. In the second step the IDE is build. This is
 # required because it needs to detect which compiler version
 # required because it needs to detect which compiler version
 # to use.
 # to use.
 #
 #
-builddirs: compilerunits fakegdbunits
+builddirs: fpc_packages compilerunits fakegdbunits
 
 
 buildfp: fpc_all
 buildfp: fpc_all