]> mj.ucw.cz Git - libucw.git/commitdiff
Build system: Do not clean obj/ucw/autoconf.h
authorMichal Vaner <vorner@ucw.cz>
Fri, 31 Oct 2008 15:27:24 +0000 (16:27 +0100)
committerMichal Vaner <vorner@ucw.cz>
Fri, 31 Oct 2008 15:27:24 +0000 (16:27 +0100)
It is generated by configure, it should survive make clean.

build/Maketop

index 23d1510adab80077441c93ca042bacb8c3fc6e6b..4058e2f25314060d0a2365bd5efa268f23888485 100644 (file)
@@ -63,7 +63,8 @@ dust::
        rm -f allocs.tmp cscope.out TAGS
 
 clean:: dust
-       rm -rf `find obj -mindepth 1 -maxdepth 1 -not \( -name config.mk -o -name autoconf.h \)`
+       rm -rf `find obj/ucw -mindepth 1 -maxdepth 1 -not -name autoconf.h`
+       rm -rf `find obj -mindepth 1 -maxdepth 1 -not \( -name config.mk -o -name autoconf.h -o -name ucw \)`
        rm -rf tests run/{bin,lib,include,.tree-stamp}
 
 distclean:: clean