Skip to content
Snippets Groups Projects
Commit a63e6b3d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'master' into 'master'

Revert openlibm install script

See merge request redox-os/relibc!143
parents f265d7c5 320eb0ec
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,8 @@ install: all ...@@ -38,7 +38,8 @@ install: all
cp -rv "target/include"/* "$(DESTDIR)/include" cp -rv "target/include"/* "$(DESTDIR)/include"
cp -v "$(BUILD)/debug/libc.a" "$(DESTDIR)/lib" cp -v "$(BUILD)/debug/libc.a" "$(DESTDIR)/lib"
cp -v "$(BUILD)/debug/crt0.o" "$(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 libc: $(BUILD)/debug/libc.a $(BUILD)/debug/crt0.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment