summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-11-26 20:56:49 +0000
committerTom Tromey <tromey@redhat.com>1997-11-26 20:56:49 +0000
commitcb27fe56d7f761461426869b91330c701bff698b (patch)
tree19add0adafef40998d01631b511ae8019e962a90
parent706ea0da506ffc0f13624dca94a1123e91d78ac3 (diff)
downloadautomake-cb27fe56d7f761461426869b91330c701bff698b.tar.gz
true -> :
-rw-r--r--ChangeLog4
-rw-r--r--header-vars.am14
-rw-r--r--lib/am/header-vars.am14
3 files changed, 18 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 506d153e1..7131f8be3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
Wed Nov 26 13:41:57 1997 Tom Tromey <tromey@cygnus.com>
+ * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL,
+ NORMAL_UNINSTALL, PRE_UNINSTALL, POST_UNINSTALL): Define as `:',
+ not `true'.
+
* automake.in (output_yacc_build_rule): Don't overwrite .h file in
non-ylwrap case.
diff --git a/header-vars.am b/header-vars.am
index 5a907390a..6298dfe9c 100644
--- a/header-vars.am
+++ b/header-vars.am
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -57,9 +57,9 @@ transform = @program_transform_name@
## These are defined because otherwise make on NetBSD V1.1 will print
## (eg): $(NORMAL_INSTALL) expands to empty string.
-NORMAL_INSTALL = true
-PRE_INSTALL = true
-POST_INSTALL = true
-NORMAL_UNINSTALL = true
-PRE_UNINSTALL = true
-POST_UNINSTALL = true
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am
index 5a907390a..6298dfe9c 100644
--- a/lib/am/header-vars.am
+++ b/lib/am/header-vars.am
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -57,9 +57,9 @@ transform = @program_transform_name@
## These are defined because otherwise make on NetBSD V1.1 will print
## (eg): $(NORMAL_INSTALL) expands to empty string.
-NORMAL_INSTALL = true
-PRE_INSTALL = true
-POST_INSTALL = true
-NORMAL_UNINSTALL = true
-PRE_UNINSTALL = true
-POST_UNINSTALL = true
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :