From 16317e326fa30f1346927037cfb756f74e0a425e Mon Sep 17 00:00:00 2001 From: Shiz Date: Sat, 20 Jun 2015 04:15:46 +0200 Subject: fix non-portable construct. See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f750b67..6c0f91a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: install: all mkdir -p $(DESTDIR)/lib - cp -t $(DESTDIR)/lib libpsxscl.so libpsxscl.lib.a libpsxscl.a + cp libpsxscl.so libpsxscl.lib.a libpsxscl.a $(DESTDIR)/lib clean: -- cgit v1.2.3