summaryrefslogtreecommitdiffstats
path: root/tools/build/ampolish3.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtools/build/ampolish3.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/ampolish3.in b/tools/build/ampolish3.in
index e86f6a8711..44760761f1 100755
--- a/tools/build/ampolish3.in
+++ b/tools/build/ampolish3.in
@@ -106,7 +106,7 @@ foreach my $l ( @buffer1 ) {
}
# Check if Makefile.am already contains CLEANFILES or DISTCLEANFILES
- if ( $l =~ /^\s*(CLEANFILES|DISTCLEANFILES)\s*\=.*$/o )
+ if ( $l =~ /^\s*(CLEANFILES|DISTCLEANFILES|SUBDIRS)\s*\=.*$/o )
{
$predefs{"$1"} = 1;
}
@@ -221,7 +221,7 @@ $output .= "endif\n\n";
foreach my $k ( keys %seen )
{
if ( $k =~ /PREINSTALL_FILES/o ) {
- $output .= "all: \$(PREINSTALL_FILES) all-am\n\n";
+ $output .= "all-am: \$(PREINSTALL_FILES)\n\n";
$output .= "$k =\n";
$output .= "CLEANFILES ";