Fixed Examples/go/director/Makefile as there might be no copy of director.go during clean if a separate build directory is in use.
This commit is contained in:
parent
0db9a6ba7b
commit
e47d87e404
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@ build:
|
|||
|
||||
clean:
|
||||
if [ -n '$(SRCDIR)' ]; then \
|
||||
rm director.go; \
|
||||
rm director.go || true; \
|
||||
fi
|
||||
$(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' INTERFACE='$(INTERFACE)' go_clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue