From 44026e985a79026a1131d685dc1b8b318ffa1b6e Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 2 Dec 2008 17:06:00 +0000 Subject: [PATCH] Adjusted the clean rule to fit with the new Polyplate modules --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0f1123f..c47ec07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: