Skip to content

Commit 283d36c

Browse files
committed
"install" target
1 parent 262dcb2 commit 283d36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configure.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
my @prefixes = sort map substr($_, 0, 1), keys %backends;
258258
print $MAKEFILE "\n# Makefile code generated by Configure.pl:\n";
259259

260-
for my $t (qw/all clean test qregex-test/) {
260+
for my $t (qw/all clean test qregex-test install/) {
261261
print $MAKEFILE "$t: ", join(' ', map "$_-$t", @prefixes), "\n";
262262
}
263263

0 commit comments

Comments
 (0)