File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ $(BUILDDIR)/p7zip-$(P7ZIP_VER)/source-extracted: $(SRCCACHE)/p7zip-$(P7ZIP_VER).
9
9
$(JLCHECKSUM ) $<
10
10
mkdir -p $(dir $@ )
11
11
cd $(dir $@ ) && $(TAR ) --strip-components 1 -jxf $<
12
- echo $ 1 > $@
12
+ echo 1 > $@
13
13
14
14
checksum-p7zip : $(SRCCACHE ) /p7zip-$(P7ZIP_VER ) .tar.bz2
15
15
$(JLCHECKSUM ) $<
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $(SRCCACHE)/pcre2-$(PCRE_VER)/source-extracted: $(SRCCACHE)/pcre2-$(PCRE_VER).ta
18
18
touch -c $(SRCCACHE ) /pcre2-$(PCRE_VER ) /Makefile.am
19
19
touch -c $(SRCCACHE ) /pcre2-$(PCRE_VER ) /Makefile.in
20
20
touch -c $(SRCCACHE ) /pcre2-$(PCRE_VER ) /configure
21
- echo $ 1 > $@
21
+ echo 1 > $@
22
22
23
23
checksum-pcre2 : $(SRCCACHE ) /pcre2-$(PCRE_VER ) .tar.bz2
24
24
$(JLCHECKSUM ) $<
You can’t perform that action at this time.
0 commit comments