Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc6f38a

Browse files
committed
Garde fou.
1 parent 2e29d8b commit fc6f38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@ merge: ensure_prerequisites
171171

172172
.PHONY: clean
173173
clean:
174-
echo "Cleaning *.mo and $(POSPELL_TMP_DIR)"
175-
rm -fr $(POSPELL_TMP_DIR)
174+
@echo "Cleaning *.mo and $(POSPELL_TMP_DIR)"
175+
[ -n "$(POSPELL_TMP_DIR)" ] && rm -fr $(POSPELL_TMP_DIR)
176176
find -name '*.mo' -delete

0 commit comments

Comments
 (0)