]> git.sesse.net Git - vlc/commitdiff
Typo
authorJean-Baptiste Kempf <jb@altair.videolan.org>
Wed, 9 Jul 2008 21:29:50 +0000 (23:29 +0200)
committerJean-Baptiste Kempf <jb@altair.videolan.org>
Sat, 19 Jul 2008 21:40:12 +0000 (23:40 +0200)
extras/contrib/src/Makefile

index d174b42bd114931f5b1a14742cb0a11221fc6a40..97cf1b78a8c0585f2606171f824c62798f8315a1 100644 (file)
@@ -2389,7 +2389,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; make || (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 $</lib/import; make || (echo "Please copy a ./preparse 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 $@