From cb27fe56d7f761461426869b91330c701bff698b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 26 Nov 1997 20:56:49 +0000 Subject: [PATCH] true -> : --- ChangeLog | 4 ++++ header-vars.am | 14 +++++++------- lib/am/header-vars.am | 14 +++++++------- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 506d153..7131f8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Wed Nov 26 13:41:57 1997 Tom Tromey + * 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 5a90739..6298dfe 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 5a90739..6298dfe 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 = : -- 2.7.4