From a212ac06f2505db796f9f0b8a911809e8afaade3 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 28 Aug 2000 14:34:30 +0000 Subject: [PATCH] Added missing endif print stmnt. --- configure/tools/makeMakefileInclude.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/tools/makeMakefileInclude.pl b/configure/tools/makeMakefileInclude.pl index c047465f8..988867ae9 100755 --- a/configure/tools/makeMakefileInclude.pl +++ b/configure/tools/makeMakefileInclude.pl @@ -114,6 +114,7 @@ foreach $name ( @nameList ) { print OUT "ifdef DBDNAME_DEFAULT\n"; print OUT "DBDNAME+=\$(DBDNAME_DEFAULT)\n"; print OUT "endif\n"; + print OUT "endif\n"; print OUT "\n"; } close OUT or die "Cannot close $outfile: $!";