blob: 3ba2f556c0a88404b4f04aa2f2808195f5686d07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-Makefile.in,v 1.2 2014/05/30 12:51:29 wiz Exp $
Avoid unnecessary auto* due to patch-aa modifying configure.ac.
--- Makefile.in.orig 2013-09-09 01:37:36.000000000 +0000
+++ Makefile.in
@@ -88,8 +88,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(sr
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
+am__configure_deps =
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
|