]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
Make filed/job.c downward compatible
[bacula/bacula] / bacula / Makefile.in
index ec47e0473a895ef07b197b81cd9265927f21a9a6..a5b99c1e03daec476441347a5aab8fafbd3164cd 100755 (executable)
@@ -181,7 +181,8 @@ clean:
        @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1)
        @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum
        @$(RMF) examples/1 examples/2 examples/devices/1 examples/devices/2
-       @$(RMF) autom4te.cache
+       @$(RMF) -r autom4te.cache
+       @find . -name .#* -exec $(RMF) {} \;
 
 
 # clean for distribution