From e8552b7bba4a3955fdfabb77213fe177e7f3dde7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 25 Feb 2018 19:36:21 +0100 Subject: nxcompshad: Regression fix for 990e61cc. Add missing $(NULL) in 'if TARGET_ELF' clause. --- nxcompshad/src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'nxcompshad') 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 -- cgit v1.2.3