From 75d4684a1d3837b9b5914cfa55c50e3522ebfd6c Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 20 Jul 2011 15:21:38 +0000 Subject: [PATCH] Remove the obj directory in a less complicated way. (I appreciate that it was being careful before, but actually I really do want obj gone completely on make clean!) --- Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index ed5cc7c..6e47f09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -277,13 +277,7 @@ pkginclude_HEADERS += support/tock_intrinsics_arith.h pkginclude_HEADERS += support/tock_intrinsics_float.h clean-local: - rm -f obj/*.o obj/*.hi - rm -f obj/Data/Generics/*.o obj/Data/Generics/*.hi - rm -f obj/Data/Generics/Alloy/*.o obj/Data/Generics/Alloy/*.hi - [ ! -d obj/Data/Generics/Alloy ] || rmdir obj/Data/Generics/Alloy - [ ! -d obj/Data/Generics ] || rmdir obj/Data/Generics - [ ! -d obj/Data ] || rmdir obj/Data - [ ! -d obj ] || rmdir obj + rm -fr obj # We post-process the Haddock output with M4 so that we can include SVG images. haddock: