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:
Neil Brown 2009-01-21 17:37:32 +00:00
parent 1f4796e07f
commit 8a559c4d07

View File

@ -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: