Skip to content

Commit 0433780

Browse files
author
jim
committed
Oops... revert
git-svn-id: http://svn.apache.org/repos/asf/httpd/httpd/trunk@1552783 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4ea819b commit 0433780

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/ltlib.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
TARGETS = $(LTLIBRARY_NAME)
2020

21-
.include "$(top_builddir)/build/rules.mk"
22-
.include "$(top_srcdir)/build/library.mk"
21+
include $(top_builddir)/build/rules.mk
22+
include $(top_srcdir)/build/library.mk
2323

build/special.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
all: all-recursive
2020

21-
.include "$(builddir)/modules.mk"
21+
include $(builddir)/modules.mk
2222

2323
TARGETS = $(static)
2424
SHARED_TARGETS = $(shared)
2525
INSTALL_TARGETS = install-modules-$(INSTALL_DSO)
2626

27-
.include "$(top_builddir)/build/rules.mk"
27+
include $(top_builddir)/build/rules.mk
2828

2929
install-modules-yes: $(SHARED_TARGETS)
3030
@if test -n "$(shared)"; then \

0 commit comments

Comments
 (0)