Fixed the make clean rule to work when there isn't anything to clean (not totally confident it's portable though)
This commit is contained in:
parent
1f4796e07f
commit
8a559c4d07
|
@ -224,7 +224,7 @@ pkginclude_HEADERS += support/tock_support_cppcsp.h
|
|||
|
||||
clean-local:
|
||||
rm -f obj/*.o obj/*.hi
|
||||
rmdir obj
|
||||
[ ! -d obj ] || rmdir obj
|
||||
|
||||
# We post-process the Haddock output with M4 so that we can include SVG images.
|
||||
haddock:
|
||||
|
|
Loading…
Reference in New Issue
Block a user