Skip to content

Commit 2ec43a6

Browse files
committed
assign top_srcdir for make install
Signed-off-by: Elan Ruusamäe <[email protected]>
1 parent 111a258 commit 2ec43a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ APXS=apxs
55
APACHECTL=apachectl
66

77
top_builddir=$(shell $(APXS) -q exp_libexecdir)
8+
top_srcdir=$(top_builddir)
89
include $(top_builddir)/build/special.mk
910

1011
ifneq (,$(wildcard /etc/debian_version))

0 commit comments

Comments
 (0)