Skip to content

Commit

Permalink
Fix a couple of likely typos in deps/p7zip.mk and deps/pcre.mk. (#40003)
Browse files Browse the repository at this point in the history
(cherry picked from commit ec78ac7)
  • Loading branch information
Sacha0 authored and KristofferC committed Mar 23, 2021
1 parent 2e9532b commit 60e70d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/p7zip.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(BUILDDIR)/p7zip-$(P7ZIP_VER)/source-extracted: $(SRCCACHE)/p7zip-$(P7ZIP_VER).
$(JLCHECKSUM) $<
mkdir -p $(dir $@)
cd $(dir $@) && $(TAR) --strip-components 1 -jxf $<
echo $1 > $@
echo 1 > $@

checksum-p7zip: $(SRCCACHE)/p7zip-$(P7ZIP_VER).tar.bz2
$(JLCHECKSUM) $<
Expand Down
2 changes: 1 addition & 1 deletion deps/pcre.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $(SRCCACHE)/pcre2-$(PCRE_VER)/source-extracted: $(SRCCACHE)/pcre2-$(PCRE_VER).ta
touch -c $(SRCCACHE)/pcre2-$(PCRE_VER)/Makefile.am
touch -c $(SRCCACHE)/pcre2-$(PCRE_VER)/Makefile.in
touch -c $(SRCCACHE)/pcre2-$(PCRE_VER)/configure
echo $1 > $@
echo 1 > $@

checksum-pcre2: $(SRCCACHE)/pcre2-$(PCRE_VER).tar.bz2
$(JLCHECKSUM) $<
Expand Down

0 comments on commit 60e70d8

Please sign in to comment.