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 7065fdf commit ea52e04Copy full SHA for ea52e04
1 file changed
Makefile
@@ -43,7 +43,6 @@ distclean:
43
44
install: all
45
mkdir -p $(DESTDIR)$(libdir)
46
- mkdir -p $(DESTDIR)$(includedir)/openlibm
+ mkdir -p $(DESTDIR)$(includedir)
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