Surpress mkdir

This commit is contained in:
Erik Westrup
2022-02-08 16:56:41 +01:00
parent bd3123bef4
commit e9d77d0a31

View File

@@ -154,5 +154,5 @@ $(DEST_DIR_CRON)/%: $(BUILD_DIR_CRON)/%
# Install destination launchagent files.
$(DEST_DIR_LAUNCHAGENT)/%: $(BUILD_DIR_LAUNCHAGENT)/%
${MKDIR_PARENTS} $@
@${MKDIR_PARENTS} $@
install -m 0444 $< $@