From 50608615459b65eb9f9348a3dfd8fe257bb9deff Mon Sep 17 00:00:00 2001 From: hexcoder Date: Wed, 18 Mar 2020 16:26:54 +0100 Subject: qemu_mode/libcompcov/Makefile install: fix installation of README --- qemu_mode/libcompcov/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu_mode') diff --git a/qemu_mode/libcompcov/Makefile b/qemu_mode/libcompcov/Makefile index 07bab99d..4f7b0c0e 100644 --- a/qemu_mode/libcompcov/Makefile +++ b/qemu_mode/libcompcov/Makefile @@ -38,5 +38,5 @@ compcovtest: compcovtest.cc install: all install -m 755 ../../libcompcov.so $${DESTDIR}$(HELPER_PATH) - install -m 644 README.compcov $${DESTDIR}$(HELPER_PATH) + install -m 644 -T README.md $${DESTDIR}$(HELPER_PATH)/README.compcov.md -- cgit 1.4.1