]> git.sesse.net Git - vlc/commitdiff
fix a message, contribs are not windows-specific
authorRafaël Carré <funman@videolan.org>
Thu, 13 Mar 2008 11:39:34 +0000 (12:39 +0100)
committerRafaël Carré <funman@videolan.org>
Thu, 13 Mar 2008 11:39:34 +0000 (12:39 +0100)
extras/contrib/src/Makefile

index 4522320b8abda7efe5591a4323166d8fec4d5552..90523313ed3549a7bfe134777f24807ec92de3ed 100644 (file)
@@ -2345,7 +2345,7 @@ asa: asa.git.tar.gz
 
 .asa: asa .fontconfig .pcre .iconv
        (cd $<; ./bootstrap; $(HOSTCC) CFLAGS="$(CFLAGS) -DPCRE_STATIC" ./configure $(HOSTCONF) --prefix=$(PREFIX))
-       (cd $</lib/import; echo "Please copy a ./prepare file you built for your host into asa/lib/import"; echo "When you are finished, press enter." ; echo "If you are building on Windows, press enter." ; read i ; make)
+       (cd $</lib/import; echo "Please copy a ./prepare file you built for your host into asa/lib/import"; echo "When you are finished, press enter." ; echo "If you are building natively, press enter." ; read i ; make)
        (cd $<; make && make install)
        $(INSTALL_NAME)
        touch $@