blob: 814131b9e265765f3051479d51fc6ec8efc8a370 (
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
|
$NetBSD: patch-ad,v 1.1 2003/01/24 14:12:04 itohy Exp $
--- Makefile.in.orig Sun Nov 6 16:45:13 1994
+++ Makefile.in Fri Jan 24 22:33:44 2003
@@ -194,17 +194,17 @@
CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
config.status: configure
./config.status --recheck
-configure: configure.in aclocal.m4
- cd $(srcdir) && autoconf
+#configure: configure.in aclocal.m4
+# cd $(srcdir) && autoconf
config.h: stamp-h
stamp-h: config.h.in config.status
CONFIG_FILES= CONFIG_HEADERS=config.h ./config.status
date > stamp-h
config.h.in: stamp-h.in
-stamp-h.in: configure.in aclocal.m4 acconfig.h
- cd $(srcdir) && autoheader
- date > $(srcdir)/stamp-h.in
+#stamp-h.in: configure.in aclocal.m4 acconfig.h
+# cd $(srcdir) && autoheader
+# date > $(srcdir)/stamp-h.in
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
|