mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Install cdefs-compat.h as well in usr/include/openlibm
This commit is contained in:
parent
07a535e55d
commit
28e2b87335
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -34,7 +34,7 @@ check test: test/test-double test/test-float
|
|||
test/test-double
|
||||
test/test-float
|
||||
|
||||
libopenlibm.a: $(OBJS)
|
||||
libopenlibm.a: $(OBJS)
|
||||
$(AR) -rcs libopenlibm.a $(OBJS)
|
||||
|
||||
libopenlibm.$(SHLIB_EXT): $(OBJS)
|
||||
|
@ -68,5 +68,5 @@ install: all openlibm.pc
|
|||
mkdir -p $(DESTDIR)$(includedir)/openlibm
|
||||
cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
|
||||
cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/
|
||||
cp -f -a include/openlibm*.h $(DESTDIR)$(includedir)/
|
||||
cp -f -a include/*.h $(DESTDIR)$(includedir)/
|
||||
cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/
|
||||
|
|
Loading…
Reference in a new issue