summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorShiz <hi@shiz.me>2015-06-20 04:15:46 +0200
committerShiz <hi@shiz.me>2015-06-20 04:15:46 +0200
commit16317e326fa30f1346927037cfb756f74e0a425e (patch)
tree25b9d41e98c6103285d6a1a53f9c143a36b4d21c
parent6e7997219b254ec9c0af8c87962a6ee039967f74 (diff)
downloadpsxstub-16317e326fa30f1346927037cfb756f74e0a425e.tar.bz2
psxstub-16317e326fa30f1346927037cfb756f74e0a425e.tar.xz
fix non-portable construct.
See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz <hi@shiz.me>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: