aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-25 19:36:21 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-25 19:36:21 +0100
commite8552b7bba4a3955fdfabb77213fe177e7f3dde7 (patch)
treeef501cffa293a509be409f4026acb7eab569507a /nxcompshad
parenta653aed4c0f0c83185fca8076559ae10553ec11f (diff)
downloadnx-libs-e8552b7bba4a3955fdfabb77213fe177e7f3dde7.tar.gz
nx-libs-e8552b7bba4a3955fdfabb77213fe177e7f3dde7.tar.bz2
nx-libs-e8552b7bba4a3955fdfabb77213fe177e7f3dde7.zip
nxcompshad: Regression fix for 990e61cc. Add missing $(NULL) in 'if TARGET_ELF' clause.
Diffstat (limited to 'nxcompshad')
-rw-r--r--nxcompshad/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/nxcompshad/src/Makefile.am b/nxcompshad/src/Makefile.am
index 4580149ad..66a6a1a87 100644
--- a/nxcompshad/src/Makefile.am
+++ b/nxcompshad/src/Makefile.am
@@ -45,6 +45,7 @@ libXcompshad_la_LDFLAGS = \
if TARGET_ELF
libXcompshad_la_LDFLAGS += \
-Wl,--enable-new-dtags \
+ $(NULL)
endif TARGET_ELF
libXcompshadincludedir = $(includedir)/nx