]> git.sesse.net Git - vlc/commitdiff
* target -> host in Makefile.am
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 21 Oct 2006 09:18:06 +0000 (09:18 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 21 Oct 2006 09:18:06 +0000 (09:18 +0000)
Makefile.am

index 17e242ff5924155155ef0686f919da5318dd8d31..a78e6affe7a6f8951b04aa9b3a691558e81020dc 100644 (file)
@@ -430,7 +430,7 @@ VLC-release.app: vlc
          cp "$(srcdir)/modules/gui/macosx/$$i" \
              $(top_builddir)/tmp/modules/gui/macosx; \
        done
-       case $(target_triplet) in \
+       case $(host_os) in \
          *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
            cd ../../../; \
            cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
@@ -572,7 +572,7 @@ VLC.app: vlc
          cp "$(srcdir)/modules/gui/macosx/$$i" \
              $(top_builddir)/tmp/modules/gui/macosx; \
        done
-       case $(target_triplet) in \
+       case $(host_os) in \
          *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
            cd ../../../; \
            cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \