summaryrefslogtreecommitdiffhomepage
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:06 +0000
commit2b527822bb1add23ed17571aa6a9959f008cc826 (patch)
tree4da7c8553274ecf3f89a67baa8dcdfca84dad6bb
parent22b250db4c71735102de91cf7b21527f18d3190c (diff)
downloadntux-2b527822bb1add23ed17571aa6a9959f008cc826.tar.bz2
ntux-2b527822bb1add23ed17571aa6a9959f008cc826.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)