Skip to content

Commit 039123b

Browse files
committed
Fix sapporo_2 make clean if no source is present
1 parent 4139a17 commit 039123b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sapporo_2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ uninstall:
8383

8484
.PHONY: clean
8585
clean:
86-
$(MAKE) -C $(SRCDIR) clean
86+
-$(MAKE) -C $(SRCDIR) clean
8787
rm -f support/config.mk support/config.log support/config.status
8888

8989
.PHONY: distclean

0 commit comments

Comments
 (0)