Skip to content

Commit 60e70d8

Browse files
Sacha0KristofferC
authored andcommitted
Fix a couple of likely typos in deps/p7zip.mk and deps/pcre.mk. (#40003)
(cherry picked from commit ec78ac7)
1 parent 2e9532b commit 60e70d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/p7zip.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $(BUILDDIR)/p7zip-$(P7ZIP_VER)/source-extracted: $(SRCCACHE)/p7zip-$(P7ZIP_VER).
99
$(JLCHECKSUM) $<
1010
mkdir -p $(dir $@)
1111
cd $(dir $@) && $(TAR) --strip-components 1 -jxf $<
12-
echo $1 > $@
12+
echo 1 > $@
1313

1414
checksum-p7zip: $(SRCCACHE)/p7zip-$(P7ZIP_VER).tar.bz2
1515
$(JLCHECKSUM) $<

deps/pcre.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $(SRCCACHE)/pcre2-$(PCRE_VER)/source-extracted: $(SRCCACHE)/pcre2-$(PCRE_VER).ta
1818
touch -c $(SRCCACHE)/pcre2-$(PCRE_VER)/Makefile.am
1919
touch -c $(SRCCACHE)/pcre2-$(PCRE_VER)/Makefile.in
2020
touch -c $(SRCCACHE)/pcre2-$(PCRE_VER)/configure
21-
echo $1 > $@
21+
echo 1 > $@
2222

2323
checksum-pcre2: $(SRCCACHE)/pcre2-$(PCRE_VER).tar.bz2
2424
$(JLCHECKSUM) $<

0 commit comments

Comments
 (0)