From 28e2b8733583aba861ea9f30c3df1d0c1d84936c Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Wed, 24 Feb 2016 10:10:35 +0530 Subject: [PATCH] Install cdefs-compat.h as well in usr/include/openlibm --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1921434..1af34fb 100644 --- a/Makefile +++ b/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)/