diff --git a/Makefile b/Makefile index 40b07bf..4639b3c 100644 --- a/Makefile +++ b/Makefile @@ -35,12 +35,12 @@ distclean: $(TMPDIR)/%.patch: $(BASE_PATCH_DIR)/%.patch $(info >>> BASE '$<') - patch $(CCSRD) $< --quiet + @patch $(CCSRD) $< --quiet @touch $@ $(TMPDIR)/%.patch: $(WEB_PATCH_DIR)/%.patch $(info >>> WEB '$<') - patch $(CCSRD) $< --quiet + @patch $(CCSRD) $< --quiet @touch $@ # OUTPUTS