Skip to content

Commit ed3ad3e

Browse files
flavorjonesnwellnhof
authored andcommitted
Makefile.am: omit $(top_builddir) from DEPS and LDADDS
BSD make is less liberal than GNU make in matching targets, and so it tries to resolve the dependency `./libxml2.la` and fails to match the target `libxml2.la`.
1 parent 6fdc20b commit ed3ad3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ if WITH_XPTR_SOURCES
110110
libxml2_la_SOURCES += xlink.c xpointer.c
111111
endif
112112

113-
DEPS = $(top_builddir)/libxml2.la
114-
LDADDS = $(top_builddir)/libxml2.la
113+
DEPS = libxml2.la
114+
LDADDS = libxml2.la
115115

116116

117117
m4datadir = $(datadir)/aclocal

0 commit comments

Comments
 (0)