Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 08b01d4

Browse files
committed
Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.
Commit 257836a added the "locale" subdirectory to SUBDIRS, but neglected to remove it from ALWAYS_SUBDIRS. This oversight had no functional effect because the filter-out function would remove it anyway. Still, it's confusing to readers to list a subdirectory in both places, especially because it makes the associated comment into a partial lie.
1 parent 20659fd commit 08b01d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ endif
3838
# clean" etc to recurse into them. (We must filter out those that we
3939
# have conditionally included into SUBDIRS above, else there will be
4040
# make confusion.)
41-
ALWAYS_SUBDIRS = $(filter-out $(SUBDIRS),examples kerberos ldap locale ssl)
41+
ALWAYS_SUBDIRS = $(filter-out $(SUBDIRS),examples kerberos ldap ssl)
4242

4343
# We want to recurse to all subdirs for all standard targets, except that
4444
# installcheck and install should not recurse into the subdirectory "modules".

0 commit comments

Comments
 (0)