]> git.sesse.net Git - vlc/commitdiff
No reason to not use $(HOSTCONF) when possible.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Jun 2008 06:48:14 +0000 (23:48 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Jun 2008 06:48:14 +0000 (23:48 -0700)
extras/contrib/src/Makefile

index 745b1dc75be0418d97346022fa1a84d866a374a2..08ae40cbc2a23a4b9dcf6b5970e545e634f3246f 100644 (file)
@@ -1776,9 +1776,9 @@ else
 .zvbi: zvbi
 endif
 ifdef HAVE_DARWIN_OS
-       (cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -fnested-functions" && make && make install)
+       (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -fnested-functions" && make && make install)
 else
-       (cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" && make && make install)
+       (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" && make && make install)
 endif
        $(INSTALL_NAME)
        touch $@