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 4ea819b commit 0433780Copy full SHA for 0433780
build/ltlib.mk
@@ -18,6 +18,6 @@
18
19
TARGETS = $(LTLIBRARY_NAME)
20
21
-.include "$(top_builddir)/build/rules.mk"
22
-.include "$(top_srcdir)/build/library.mk"
+include $(top_builddir)/build/rules.mk
+include $(top_srcdir)/build/library.mk
23
build/special.mk
@@ -18,13 +18,13 @@
all: all-recursive
-.include "$(builddir)/modules.mk"
+include $(builddir)/modules.mk
TARGETS = $(static)
24
SHARED_TARGETS = $(shared)
25
INSTALL_TARGETS = install-modules-$(INSTALL_DSO)
26
27
28
29
install-modules-yes: $(SHARED_TARGETS)
30
@if test -n "$(shared)"; then \
0 commit comments