]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
Fix bug # 746 - Windows FD crashes when job canceled
[bacula/bacula] / bacula / Makefile.in
index 19c2d93c4aa50c226c42fe9652a5e33dabe82ab1..b39b5598e41ac37d69d0bf3b4acb86d28865639b 100755 (executable)
@@ -19,11 +19,11 @@ dummy:
 
 # --client-only directories
 fd_subdirs = src scripts src/lib src/findlib src/filed \
-            @READLINE_SRC@ src/console \
-            @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@
+       @READLINE_SRC@ @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@ \
+       src/console
 
 # Non-client-only directores
-subdirs =    src/cats @DIRD_DIR@ @STORED_DIR@ src/tools        
+subdirs =    src/cats @DIRD_DIR@ @STORED_DIR@ src/tools
 
 all_subdirs = ${fd_subdirs} ${@ALL_DIRS@} manpages
 
@@ -195,7 +195,7 @@ clean:
        @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum
        @$(RMF) examples/1 examples/2 examples/devices/1 examples/devices/2
        @$(RMF) -r autom4te.cache
-       @find . -name .#* -exec $(RMF) {} \;
+       @find . -name ".#*" -exec $(RMF) {} \;
 
 
 # clean for distribution