diff options
-rw-r--r-- | solenv/gbuild/Pagein.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Pagein.mk b/solenv/gbuild/Pagein.mk index eff10bc199c8..e49994643093 100644 --- a/solenv/gbuild/Pagein.mk +++ b/solenv/gbuild/Pagein.mk @@ -40,7 +40,7 @@ define gb_Pagein__command $(call gb_Output_announce,$(2),$(true),PAG,5) $(call gb_Helper_abbreviate_dirs,\ mkdir -p $(dir $(1)) && rm -f $(1) \ - touch $(1) \ + && touch $(1) \ $(foreach object,$(OBJECTS),&& echo $(call gb_Pagein__make_path,$(object)) >> $(1))) endef |