diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-25 19:36:21 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-25 19:36:21 +0100 |
commit | e8552b7bba4a3955fdfabb77213fe177e7f3dde7 (patch) | |
tree | ef501cffa293a509be409f4026acb7eab569507a /nxcompshad | |
parent | a653aed4c0f0c83185fca8076559ae10553ec11f (diff) | |
download | nx-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.am | 1 |
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 |