Skip to content

Commit

Permalink
Fix last commit (libpng).
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersphinx committed Nov 2, 2010
1 parent 17a9973 commit aa48d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/libs/png/Makefile
Expand Up @@ -21,7 +21,7 @@ $(PKG_SOURCEBASE)/configure: extract-stamp
$(PKG_SOURCEBASE)/config.status: $(PKG_SOURCEBASE)/configure
cd $(PKG_SOURCEBASE) && ./configure --host=$(HOST_TRIPLET) --prefix=`pwd`/../$(TOPDIR)/build/libs --disable-shared --enable-static CPPFLAGS=-I`pwd`/../$(TOPDIR)/build/libs/include LDFLAGS=-L`pwd`/../$(TOPDIR)/build/libs/lib

$(PKG_SOURCEBASE)/libpng.la: extract-stamp $(PKG_SOURCEBASE)/config.status
$(PKG_SOURCEBASE)/libpng14.la: extract-stamp $(PKG_SOURCEBASE)/config.status
$(MAKE) -C $(PKG_SOURCEBASE) libpng14.la

$(TARGET): $(PKG_SOURCEBASE)/libpng14.la
Expand Down

0 comments on commit aa48d4c

Please sign in to comment.