diff options
author | pierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2020-11-20 14:03:57 +0000 |
---|---|---|
committer | pierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2020-11-20 14:03:57 +0000 |
commit | cb0b54dd8144b6ad493630a97e2fa6fd80a747d0 (patch) | |
tree | c8671ac06214bbad5d5466f209fe211c222d4534 /packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile | |
parent | 876c1f80f6487870fb15c176b01477f6f89c46c6 (diff) | |
download | fpc-cb0b54dd8144b6ad493630a97e2fa6fd80a747d0.tar.gz |
Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/revision.inc after commit 47483
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@47484 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile')
-rw-r--r-- | packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile b/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile index a255220d6f..21c89bebc4 100644 --- a/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile +++ b/packages/libndsfpc/examples/graphics/Printing/custom_font/Makefile @@ -4205,11 +4205,11 @@ endif ifndef CROSSBOOTSTRAP ifneq ($(BINUTILSPREFIX),) override FPCOPT+=-XP$(BINUTILSPREFIX) -endif -ifneq ($(BINUTILSPREFIX),) +ifneq ($(RLINKPATH),) override FPCOPT+=-Xr$(RLINKPATH) endif endif +endif ifndef CROSSCOMPILE ifneq ($(BINUTILSPREFIX),) override FPCMAKEOPT+=-XP$(BINUTILSPREFIX) |