follow GNU standards
[platform/upstream/automake.git] / lib / am / header-vars.am
index 2436481..f96643a 100644 (file)
@@ -54,3 +54,12 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 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 = @:
+PRE_INSTALL = @:
+POST_INSTALL = @:
+NORMAL_UNINSTALL = @:
+PRE_UNINSTALL = @:
+POST_UNINSTALL = @: