summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-15 14:09:49 +0000
committermidipix <writeonce@midipix.org>2021-06-15 14:15:04 +0000
commite24465fca12eaf8740494cf25cffc1f4e34defcd (patch)
tree54c4c69ff8063a1a953b438657d7db998e164871
parent7b9a99520db0df15cbf2b2e5547329080244f458 (diff)
downloadbfirm-e24465fca12eaf8740494cf25cffc1f4e34defcd.tar.bz2
bfirm-e24465fca12eaf8740494cf25cffc1f4e34defcd.tar.xz
build system: Makefile.in: .ldflags-host: use the correct ldflags variable.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index a8c18b1..4e0f9e9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -150,7 +150,7 @@ install-app-extras:
@true : $(NATIVE_CFLAGS)
.ldflags-host:
- @true : $(LDFLAGS)
+ @true : $(LDFLAGS_APP)
.ldflags-native:
@true : $(NATIVE_LDFLAGS)