]> 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 7f832b9eb2b4f527bffc76178259f707f8d339f3..78fae6fba4b872d510e386299f74a313c035f789 100644 (file)
@@ -82,8 +82,8 @@ bwx-console.app: bwx-console
        cp bwx-console.conf /Library/Preferences/org.bacula.wxconsole.conf
 
 bwx-console: Makefile $(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)
+       $(LIBTOOL_LINK) $(CXX) $(CONSOBJS) $(WIN32RES) -o $@ -L../lib $(CONS_LDFLAGS) \
+         -lbaccfg -lbac $(LIBS) $(OPENSSL_LIBS)
 
 win32: bwx-console_private.res
        
@@ -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 " "; \