Changeset ce1450531445c7cd7348b9206b59b694cd019513

Show
Ignore:
Timestamp:
06/28/08 08:48:14 (2 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1214635694 -0700
git-parent:

[9ecd18578e50dd748818dffca1b03bf90af85fd7]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1214635694 -0700
Message:

No reason to not use $(HOSTCONF) when possible.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    rd8f0bf5 rce14505  
    17771777endif 
    17781778ifdef HAVE_DARWIN_OS 
    1779     (cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -fnested-functions" && make && make install) 
    1780 else 
    1781     (cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" && make && make install) 
     1779    (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -fnested-functions" && make && make install) 
     1780else 
     1781    (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" && make && make install) 
    17821782endif 
    17831783    $(INSTALL_NAME)