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.
1 parent 07a535e commit 28e2b87Copy full SHA for 28e2b87
1 file changed
Makefile
@@ -34,7 +34,7 @@ check test: test/test-double test/test-float
34
test/test-double
35
test/test-float
36
37
-libopenlibm.a: $(OBJS)
+libopenlibm.a: $(OBJS)
38
$(AR) -rcs libopenlibm.a $(OBJS)
39
40
libopenlibm.$(SHLIB_EXT): $(OBJS)
@@ -68,5 +68,5 @@ install: all openlibm.pc
68
mkdir -p $(DESTDIR)$(includedir)/openlibm
69
cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
70
cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/
71
- cp -f -a include/openlibm*.h $(DESTDIR)$(includedir)/
+ cp -f -a include/*.h $(DESTDIR)$(includedir)/
72
cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/
0 commit comments