fix typo.
reported to Niels Provos, in case he still cares...
This commit is contained in:
parent
42b587edf7
commit
ffcdf26940
12
net/libdnsres/patches/patch-Makefile_am
Normal file
12
net/libdnsres/patches/patch-Makefile_am
Normal file
@ -0,0 +1,12 @@
|
||||
$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
|
12
net/libdnsres/patches/patch-Makefile_in
Normal file
12
net/libdnsres/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2012/07/13 17:51:42 espie Exp $
|
||||
--- Makefile.in.orig Fri Jul 13 19:35:24 2012
|
||||
+++ Makefile.in Fri Jul 13 19:35:31 2012
|
||||
@@ -221,7 +221,7 @@ INCLUDES = -I$(top_srcdir)/compat @EVENTINC@
|
||||
man_MANS = dnsres.3
|
||||
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@
|
||||
DISTCLEANFILES = *~ test/*~
|
||||
all: config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
Loading…
Reference in New Issue
Block a user