]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/win32/Makefile
Fix some trivial errors and implemented the restore of IRIX xattrs.
[bacula/bacula] / bacula / src / win32 / Makefile
index e3ce8d880d2526b7949d946b4dd9d9a414a5ab2a..3bea6ece63999e3b23cb2a8c65ff5ea3597abe0a 100644 (file)
@@ -34,6 +34,7 @@ endif
 all: Makefile.inc $(DIRS) $(SPECIAL) $(INSTALLER)
 
 clean: $(DIRS) win32_installer win64_installer
+       $(MAKE) -C tools clean
        $(ECHO_CMD)-rm -rf release32 release64
 
 bat:
@@ -91,7 +92,7 @@ Makefile.inc:
        @echo Creating $@
        $(ECHO_CMD)TOPDIR=`(cd ../../..;pwd)`; \
        TOPDIR=$${DEPKGS:-$${TOPDIR}}; \
-       if test "$(WIN64)" = yes -a -e $${TOPDIR}/cross-tools/mingw-w64/bin/x86_64-pc-mingw32-gcc; then \
+       if test "$(win64)" = yes -a -e $${TOPDIR}/cross-tools/mingw-w64/bin/x86_64-pc-mingw32-gcc; then \
                BINDIR=$${TOPDIR}/cross-tools/mingw-w64/bin; \
                INCDIR=$${TOPDIR}/cross-tools/mingw-w64/x86_64-pc-mingw32/include; \
                DLLDIR=$${TOPDIR}/cross-tools/mingw-w64/x86_64-pc-mingw32/bin; \