]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/Makefile.in
Fix some trivial errors and implemented the restore of IRIX xattrs.
[bacula/bacula] / bacula / src / wx-console / Makefile.in
index f1e2f893131b6eb02d7ddf491879470323ceb0d0..78fae6fba4b872d510e386299f74a313c035f789 100644 (file)
@@ -81,9 +81,9 @@ bwx-console.app: bwx-console
        mv bwx-console bwx-console.app/Contents/MacOS/bwx-console
        cp bwx-console.conf /Library/Preferences/org.bacula.wxconsole.conf
 
-bwx-console: $(CONSOBJS) @WIN32@ ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE)
-       $(LIBTOOL_LINK) $(CXX) $(CONSOBJS) $(WIN32RES) -o $@ $(LIBS) -L../lib $(CONS_LDFLAGS) \
-         -lbaccfg -lbac $(OPENSSL_LIBS)
+bwx-console: Makefile $(CONSOBJS) @WIN32@ ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE)
+       $(LIBTOOL_LINK) $(CXX) $(CONSOBJS) $(WIN32RES) -o $@ -L../lib $(CONS_LDFLAGS) \
+         -lbaccfg -lbac $(LIBS) $(OPENSSL_LIBS)
 
 win32: bwx-console_private.res
        
@@ -92,9 +92,9 @@ bwx-console_private.res: bwx-console_private.rc
        windres.exe -i bwx-console_private.rc -I rc -o bwx-console_private.res -O coff 
 
 libtool-clean:
-       $(RMF) -r .libs _libs
+       @$(RMF) -r .libs _libs
 
-clean: @LIBTOOL_CLEAN_TARGET@
+clean: libtool-clean
        @$(RMF) $(CONSOBJS) bwx-console $(WIN32RES)
 
 distclean: clean
@@ -107,7 +107,7 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
 install: all
        @if test -f ${DESTDIR}${sbindir}/wx-console; then \
           echo " "; \
-          echo "Warning!!!  ${DESTDIR}${sbindir}wx-console found."; \
+          echo "Warning!!!  ${DESTDIR}${sbindir}/wx-console found."; \
           echo " wx-console has been renamed bwx-console, so wx-console"; \
           echo " is no longer used, and you might want to delete it."; \
           echo " "; \