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

Commit 9aa25c5

Browse files
committed
Fixed snowball_ext/Makefile to correct generation of SQL file on Windows
1 parent 4645b39 commit 9aa25c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/snowball_ext/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ LANGUAGES= \
3939

4040
all: $(SQLSCRIPT);
4141

42-
$(SQLSCRIPT): Makefile snowball_ext_func.sql.in snowball_ext.sql.in
42+
$(SQLSCRIPT): snowball_ext_func.sql.in snowball_ext.sql.in
4343
echo '-- Language-specific snowball dictionaries' > $@
4444
cat $(srcdir)/snowball_ext_func.sql.in >> $@
4545
@set -e; \

0 commit comments

Comments
 (0)