Adjusted the clean rule to fit with the new Polyplate modules

This commit is contained in:
Neil Brown 2008-12-02 17:06:00 +00:00
parent 4fa324cbfe
commit 44026e985a

View File

@ -251,7 +251,7 @@ pkginclude_HEADERS += support/tock_intrinsics_float.h
clean-local:
rm -f obj/*.o obj/*.hi
[ ! -d obj ] || rmdir obj
rmdir obj
# We post-process the Haddock output with M4 so that we can include SVG images.
haddock: