]> git.sesse.net Git - vlc/commitdiff
contribs: make it explicit that (unused) mozilla target is macosx only
authorRafaël Carré <funman@videolan.org>
Sun, 21 Oct 2007 13:51:53 +0000 (13:51 +0000)
committerRafaël Carré <funman@videolan.org>
Sun, 21 Oct 2007 13:51:53 +0000 (13:51 +0000)
extras/contrib/src/Distributions/darwin.mak
extras/contrib/src/Makefile

index 8b6fefee33112f00cd48d7131328d86fc2d72eaa..e15ae9e5e4a3a94c05b9859105242c875911fb2e 100644 (file)
@@ -8,5 +8,5 @@ all: .autoconf .automake .libtool .intl .pkgcfg .freetype .fribidi \
     .dca .tag .x264 .goom2k4 .lua .zvbi .fontconfig .ncurses .aclocal
 # .expat .clinkcc don't work with SDK yet
 # .glib .IDL .gecko are required to build the mozilla plugin
-# .mozilla will build an entire mozilla. it can be used if we need to create a new .gecko package
+# .mozilla-macosx will build an entire mozilla. it can be used if we need to create a new .gecko package
 
index 4e52ff7ea2ef2608296313255fcb2e28cdf0f5f3..919950904e3fd47e897c84dd6d7132f22c9b43fa 100644 (file)
@@ -1870,7 +1870,7 @@ CLEAN_PKG += gecko-sdk-win32
 DISTCLEAN_PKG += gecko-sdk-i586-pc-msvc-1.8b1.zip libIDL-0.6.3-win32-bin.zip glib-19990228.zip
 
 # ***************************************************************************
-# mozilla
+# mozilla-macosx
 # ***************************************************************************
 
 mozilla-source-$(MOZILLA_VERSION).tar.bz2:
@@ -1879,12 +1879,12 @@ mozilla-source-$(MOZILLA_VERSION).tar.bz2:
 mozilla: mozilla-source-$(MOZILLA_VERSION).tar.bz2
        $(EXTRACT_BZ2)
 
-.mozilla: mozilla
+.mozilla-macosx: mozilla-macosx
        (cd $<; ./configure --prefix=$(PREFIX) --enable-default-toolkit=mac --enable-standalone-modules=xpcom,plugin && make && make install)
        touch $@
 
-CLEAN_FILE += .mozilla
-CLEAN_PKG += mozilla
+CLEAN_FILE += .mozilla-macosx
+CLEAN_PKG += mozilla-macosx
 DISTCLEAN_PKG += mozilla-source-$(MOZILLA_VERSION).tar.bz2
 
 # ***************************************************************************