changeset 263:a8c9e3654062

- portability fix for configure's asflags detection
author Tassilo Philipp
date Thu, 25 May 2017 00:52:59 +0200
parents edbada931b3f
children 928617270c79
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue May 23 00:08:26 2017 +0200
+++ b/configure	Thu May 25 00:52:59 2017 +0200
@@ -227,7 +227,7 @@
 $f
 # Force dependency via .o, to avoid .[sS].out rules that might be set - also set command as not all platforms set .o.out
 $RWXTESTPREFIX.out: $RWXTESTPREFIX.o
-	\${CC} \${CFLAGS} \${LDFLAGS} \$< \${LDLIBS} -o \$@
+	\${CC} \${CFLAGS} \${LDFLAGS} $RWXTESTPREFIX.o \${LDLIBS} -o $RWXTESTPREFIX.out
 MAKEFILE
 
     # Check what stack of a built test binary would result in.