From 320eb0ecd095642f1700d11b21c07df1d1c0983c Mon Sep 17 00:00:00 2001
From: jD91mZM2 <me@krake.one>
Date: Sun, 24 Jun 2018 20:19:06 +0200
Subject: [PATCH] Revert openlibm install script

Turns out that this only worked because I didn't clean before rebuilding, so it still had access to the old files. Sorry.
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ff95acbc..31978492 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,8 @@ install: all
 	cp -rv "target/include"/* "$(DESTDIR)/include"
 	cp -v "$(BUILD)/debug/libc.a" "$(DESTDIR)/lib"
 	cp -v "$(BUILD)/debug/crt0.o" "$(DESTDIR)/lib"
-	$(MAKE) -C openlibm install
+	cp -rv "openlibm/include"/* "$(DESTDIR)/include"
+	cp -rv "openlibm/src"/*.h "$(DESTDIR)/include"
 
 libc: $(BUILD)/debug/libc.a $(BUILD)/debug/crt0.o
 
-- 
GitLab