We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
include/
$(prefix)/include/openlibm
1 parent 682198c commit eb2f4d4Copy full SHA for eb2f4d4
1 file changed
Makefile
@@ -43,6 +43,7 @@ distclean:
43
44
install: all
45
mkdir -p $(DESTDIR)$(libdir)
46
- mkdir -p $(DESTDIR)$(includedir)
+ mkdir -p $(DESTDIR)$(includedir)/openlibm
47
cp -a libopenlibm.$(SHLIB_EXT)* libopenlibm.a $(DESTDIR)$(libdir)/
48
cp -a src/openlibm.h $(DESTDIR)$(includedir)/
49
+ cp -a include/*.h $(DESTDIR)$(includedir)/openlibm/
0 commit comments