Skip to content

Commit 64c391e

Browse files
committed
Merge branch 'v2.7' into v2.8
2 parents 8294366 + 6b69e10 commit 64c391e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ clean: $(SUBDIRSCLEAN)
8383
rm -f *~ */*~ */*/*~
8484

8585
$(SUBDIRSCLEAN): %.clean:
86-
$(MAKE) -C $* clean
86+
[ ! -e $* ] || $(MAKE) -C $* clean
8787

8888
distclean: fullclean
8989

0 commit comments

Comments
 (0)