Skip to content

Commit 28e2b87

Browse files
committed
Install cdefs-compat.h as well in usr/include/openlibm
1 parent 07a535e commit 28e2b87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ check test: test/test-double test/test-float
3434
test/test-double
3535
test/test-float
3636

37-
libopenlibm.a: $(OBJS)
37+
libopenlibm.a: $(OBJS)
3838
$(AR) -rcs libopenlibm.a $(OBJS)
3939

4040
libopenlibm.$(SHLIB_EXT): $(OBJS)
@@ -68,5 +68,5 @@ install: all openlibm.pc
6868
mkdir -p $(DESTDIR)$(includedir)/openlibm
6969
cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
7070
cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/
71-
cp -f -a include/openlibm*.h $(DESTDIR)$(includedir)/
71+
cp -f -a include/*.h $(DESTDIR)$(includedir)/
7272
cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/

0 commit comments

Comments
 (0)