Explorar o código

Merge branch 'master' into 'master'

Revert openlibm install script

See merge request redox-os/relibc!143
Jeremy Soller %!s(int64=6) %!d(string=hai) anos
pai
achega
a63e6b3dd8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Makefile

+ 2 - 1
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