summaryrefslogtreecommitdiff
path: root/sysutils/strace/patches/patch-aa
blob: a098b1184cd64fde0988b47cb05c71ac736b9ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
$NetBSD: patch-aa,v 1.2 2007/04/27 19:45:01 christos Exp $

--- Makefile.in.orig	2006-01-12 06:20:12.000000000 -0500
+++ Makefile.in	2007-04-27 15:34:04.000000000 -0400
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.5 from Makefile.am.
+# Makefile.in generated by automake 1.9.4 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -100,6 +100,8 @@
 distuninstallcheck_listfiles = find . -type f -print
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
+ALLBSD_FALSE = @ALLBSD_FALSE@
+ALLBSD_TRUE = @ALLBSD_TRUE@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@
@@ -138,6 +140,8 @@
 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 MAKEINFO = @MAKEINFO@
+NETBSD_FALSE = @NETBSD_FALSE@
+NETBSD_TRUE = @NETBSD_TRUE@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
@@ -275,9 +279,12 @@
 @I386_FALSE@@LINUX_TRUE@@MAINTAINER_MODE_TRUE@ioctlent_h = linux/$(ARCH)/ioctlent.h
 @I386_TRUE@@LINUX_TRUE@@MAINTAINER_MODE_TRUE@ioctlent_h = linux/ioctlent.h
 @LINUX_TRUE@@MAINTAINER_MODE_TRUE@BUILT_SOURCES = $(ioctlent_h)
-all: $(BUILT_SOURCES) config.h
+all: $(BUILT_SOURCES) config.h @NETBSD_TRUE@ headers
 	$(MAKE) $(AM_MAKEFLAGS) all-am
 
+@NETBSD_TRUE@headers:
+@NETBSD_TRUE@	cd netbsd && make
+
 .SUFFIXES:
 .SUFFIXES: .c .o .obj
 am--refresh: