From d82b597d73b463d67ba65f27711390c1f07c885c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 22 Nov 1995 03:25:23 +0000 Subject: [PATCH] Don't include programs.am if PROGRAMS empty --- automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.in b/automake.in index 9b7a08ec..640d7947 100755 --- a/automake.in +++ b/automake.in @@ -207,7 +207,7 @@ p # # Boilerplate for scripts or programs. # - if test -n "$PROGRAMS$SCRIPTS"; then + if test -n "$PROGRAMS"; then cat $am_dir/programs.am >&5 fi if test -n "$SCRIPTS"; then -- 2.43.5