Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 4b6a082

Browse files
committed
With automatic/ under pagespeed/ now the parent directory is one closer.
1 parent b7c6787 commit 4b6a082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pagespeed/automatic/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#
2525
# When running this Makefile from the 'automatic' directory then it will
2626
# be set automatically.
27-
MOD_PAGESPEED_ROOT = $(shell cd ../../..; pwd)
27+
MOD_PAGESPEED_ROOT = $(shell cd ../..; pwd)
2828

2929
# OUTPUT_ROOT should be set to wherever you want to put output files. Default
3030
# is to put them in the current directory.

0 commit comments

Comments
 (0)