summaryrefslogtreecommitdiff
path: root/lib/am/header-vars.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/am/header-vars.am')
-rw-r--r--lib/am/header-vars.am14
1 files changed, 7 insertions, 7 deletions
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 = :