Skip to content

Commit

Permalink
Fix pcre clean target.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Aug 6, 2016
1 parent 08ef70a commit a434002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/pcre.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $(PCRE_OBJ_TARGET): $(PCRE_SRC_TARGET)
touch -c $@

clean-pcre:
-$(MAKE) -C pcre2-$(PCRE_VER) clean
-$(MAKE) -C $(BUILDDIR)/pcre2-$(PCRE_VER) clean
-rm -f $(build_shlibdir)/libpcre*
distclean-pcre:
-rm -rf $(SRCDIR)/srccache/pcre2-$(PCRE_VER).tar.bz2 $(SRCDIR)/srccache/pcre2-$(PCRE_VER) $(BUILDDIR)/pcre2-$(PCRE_VER)
Expand Down

0 comments on commit a434002

Please sign in to comment.