Browse Source

* Correct dependency for dynlibs

Michaël Van Canneyt 2 years ago
parent
commit
41f5b0756e
2 changed files with 61 additions and 1619 deletions
  1. 60 1619
      rtl/darwin/Makefile
  2. 1 0
      rtl/darwin/Makefile.fpc

File diff suppressed because it is too large
+ 60 - 1619
rtl/darwin/Makefile


+ 1 - 0
rtl/darwin/Makefile.fpc

@@ -75,6 +75,7 @@ INITCDIR=$(UNIXINC)
 
 SYSUTILS_DEPS_OS=$(SYSCTLUNIT)$(PPUEXT) $(BASEUNIXUNIT)$(PPUEXT) $(UNIXUNIT)$(PPUEXT) $(ERRORSUNIT)$(PPUEXT) $(SYSCONSTUNIT)$(PPUEXT) $(UNIXTYPEUNIT)$(PPUEXT)
 BASEUNIX_DEPS_OS=$(SYSCTLUNIT)$(PPUEXT)
+DYNLIBS_DEPS_OS=$(DLUNIT)$(PPUEXT);
 
 ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
 SYSTEMUNIT=system

Some files were not shown because too many files changed in this diff