ffcdf26940
reported to Niels Provos, in case he still cares...
13 lines
556 B
Plaintext
13 lines
556 B
Plaintext
$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
|