File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ test-rules: libpsl-libicu
9
9
10
10
test-syntax :
11
11
@
12
- cd linter; \
12
+ cd linter; \
13
13
./pslint_selftest.sh; \
14
14
./pslint.py ../public_suffix_list.dat;
15
15
16
16
libpsl-config :
17
17
@
18
- test -d libpsl || git clone --depth=1 https://github.com/rockdaboot/libpsl; \
19
- cd libpsl; \
20
- git pull; \
21
- echo " EXTRA_DIST =" > gtk-doc.make; \
22
- echo " CLEANFILES =" >> gtk-doc.make; \
23
- autoreconf --install --force --symlink; \
18
+ test -d libpsl || git clone --depth=1 https://github.com/rockdaboot/libpsl; \
19
+ cd libpsl; \
20
+ git pull; \
21
+ echo " EXTRA_DIST =" > gtk-doc.make; \
22
+ echo " CLEANFILES =" >> gtk-doc.make; \
23
+ autoreconf --install --force --symlink;
24
24
25
25
# Test PSL data with libicu (IDNA2008 UTS#46)
26
26
libpsl-libicu : libpsl-config
You can’t perform that action at this time.
0 commit comments