summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2019-04-23 16:20:41 (GMT)
committerGitHub <noreply@github.com>2019-04-23 16:20:41 (GMT)
commitf665291e6cb651cb084bf9450a071ae0fd494782 (patch)
treefe7d22f46d7345bf1316a91c2eedad4765f997f1 /tests/Makefile
parent229b016f507cdc0db300c22ac4ec8bab7cd0874f (diff)
parent7136489d336fd2e584eb13cb858983caac5ad2e8 (diff)
downloadlz4-f665291e6cb651cb084bf9450a071ae0fd494782.zip
lz4-f665291e6cb651cb084bf9450a071ae0fd494782.tar.gz
lz4-f665291e6cb651cb084bf9450a071ae0fd494782.tar.bz2
Merge pull request #693 from JPeterMugaas/master
More build imrpvements
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 02c2ab6..67514e4 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -67,7 +67,7 @@ lib liblz4.pc:
$(MAKE) -C $(LZ4DIR) $@ CFLAGS="$(CFLAGS)"
lz4c unlz4 lz4cat: lz4
- ln -sf $(LZ4) $(PRGDIR)/$@
+ $(LN_SF) $(LZ4) $(PRGDIR)/$@
lz4c32: # create a 32-bits version for 32/64 interop tests
$(MAKE) -C $(PRGDIR) $@ CFLAGS="-m32 $(CFLAGS)"