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:08 +0000
commitbea7a46cde3c3aaf175eb1969abb8208294d6418 (patch)
tree126a28c2ac45ac891f62ab9f367a80cfb89db465
parent3f25a0d98e4a9b7eeda463c297ed2d1bbdc7cc45 (diff)
downloadtpax-bea7a46cde3c3aaf175eb1969abb8208294d6418.tar.bz2
tpax-bea7a46cde3c3aaf175eb1969abb8208294d6418.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)