diff options
author | tom_at_work <tom_at_work@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2012-08-14 19:09:17 +0000 |
---|---|---|
committer | tom_at_work <tom_at_work@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2012-08-14 19:09:17 +0000 |
commit | 3ea2866c520016fdc53dd131cf68e785612428f3 (patch) | |
tree | cc2c518cf5ef4ce421a6f54bde453b27fb109316 /packages/httpd13/Makefile.fpc | |
parent | 34cf89aa483c78394254d16496307cc0b4850c70 (diff) | |
download | fpc-3ea2866c520016fdc53dd131cf68e785612428f3.tar.gz |
Pass FPCOPT to fpmkunit and fpmake compilation. This prevents build errors of these programs if the given FPCOPT options of the previously compiled RTL are incompatible to default options. Regenerated associated makefiles.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22080 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/httpd13/Makefile.fpc')
-rw-r--r-- | packages/httpd13/Makefile.fpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/httpd13/Makefile.fpc b/packages/httpd13/Makefile.fpc index 12e0212ab1..1fed2845b7 100644 --- a/packages/httpd13/Makefile.fpc +++ b/packages/httpd13/Makefile.fpc @@ -29,7 +29,7 @@ LOCALFPMAKE=.$(PATHSEP)fpmake$(SRCEXEEXT) .NOTPARALLEL: fpmake: fpmake.pp - $(FPCFPMAKE) fpmake.pp $(FPMAKE_SKIP_CONFIG) $(addprefix -Fu,$(COMPILER_FPMAKE_UNITDIR)) $(FPCMAKEOPT) + $(FPCFPMAKE) fpmake.pp $(FPMAKE_SKIP_CONFIG) $(FPCOPT) $(addprefix -Fu,$(COMPILER_FPMAKE_UNITDIR)) $(FPCMAKEOPT) all: fpmake $(LOCALFPMAKE) compile --localunitdir=../.. --globalunitdir=.. $(FPC_TARGETOPT) $(addprefix -o ,$(FPCOPT)) --compiler=$(FPC) -bu smart: fpmake |