Skip to content

Commit 66f8189

Browse files
authored
Specify the full path to the docs for make docclean
This is to have `make clean` not error out on cross-builds.
1 parent 9711265 commit 66f8189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2438,7 +2438,7 @@ rmtestturds:
24382438
-rm -f gb-18030-2000.xml
24392439

24402440
docclean:
2441-
$(MAKE) -C Doc clean
2441+
$(MAKE) -C $(srcdir)/Doc clean
24422442

24432443
# like the 'clean' target but retain the profile guided optimization (PGO)
24442444
# data. The PGO data is only valid if source code remains unchanged.

0 commit comments

Comments
 (0)