openbsd-ports/net/libdnsres/patches/patch-Makefile_am
espie ffcdf26940 fix typo.
reported to Niels Provos, in case he still cares...
2012-07-13 17:51:42 +00:00

13 lines
514 B
Plaintext

$OpenBSD: patch-Makefile_am,v 1.1 2012/07/13 17:51:42 espie Exp $
--- Makefile.am.orig Fri Jul 13 19:35:24 2012
+++ Makefile.am Fri Jul 13 19:35:35 2012
@@ -23,7 +23,7 @@ man_MANS = dnsres.3
noinst_PROGRAMS = simple_test
simple_test_SOURCES = test/simple_test.c
simple_test_INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/compat @EVENTINC@
-simple_test_LDADD = -L$(top_buildir) -ldnsres @EVENTLIB@
+simple_test_LDADD = -L$(top_builddir) -ldnsres @EVENTLIB@
verify: libdnsres.a
cd $(srcdir)/test && make verify