Fix clean-d-examples for in-source-tree build

SRCDIR is either empty or includes a trailing `/`, so we shouldn't
append a `/` as that fails when it's empty.
This commit is contained in:
Olly Betts 2023-06-13 10:01:11 +12:00
parent da4a6062bb
commit 7274c1d2c7
8 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
include $(SRCDIR)/../example.mk include $(SRCDIR)../example.mk

View File

@ -1 +1 @@
include $(SRCDIR)/../example.mk include $(SRCDIR)../example.mk

View File

@ -1 +1 @@
include $(SRCDIR)/../example.mk include $(SRCDIR)../example.mk

View File

@ -1 +1 @@
include $(SRCDIR)/../example.mk include $(SRCDIR)../example.mk

View File

@ -1 +1 @@
include $(SRCDIR)/../example.mk include $(SRCDIR)../example.mk

View File

@ -1 +1 @@
include $(SRCDIR)/../example.mk include $(SRCDIR)../example.mk

View File

@ -1 +1 @@
include $(SRCDIR)/../example.mk include $(SRCDIR)../example.mk

View File

@ -1 +1 @@
include $(SRCDIR)/../example.mk include $(SRCDIR)../example.mk