|
@@ -52,9 +52,11 @@ override COMPILER_FPMAKE_UNITDIR+=$(UNITDIR_FPMAKE_FPMKUNIT)
|
|
|
endif
|
|
|
|
|
|
[rules]
|
|
|
-# Do not pass the Makefile's unit and binary target locations. fpmake uses it's own.
|
|
|
+# Do not pass the Makefile's unit and binary target locations. Fpmake uses it's own.
|
|
|
override FPCOPT:=$(filter-out -FU%,$(FPCOPT))
|
|
|
override FPCOPT:=$(filter-out -FE%,$(FPCOPT))
|
|
|
+# Do not pass the package-unitdirectories. Fpmake adds those and this way they don't apear in the .fpm
|
|
|
+override FPCOPT:=$(filter-out $(addprefix -Fu,$(COMPILER_UNITDIR)),$(FPCOPT))# Compose general fpmake-parameters
|
|
|
# Compose general fpmake-parameters
|
|
|
ifdef FPMAKEOPT
|
|
|
FPMAKE_OPT+=$(FPMAKEOPT)
|