# HG changeset patch # User Michael Goffioul # Date 1372532187 14400 # Node ID 98e1ed7ae70bb796d120279e57e1b267288ef292 # Parent acee522701c0474d0b78df66eeaa02ee66b71f01 Revert part of d89eccc2edd3, it's prevent installation of headers and .pc files. diff -r acee522701c0 -r 98e1ed7ae70b src/zlib.mk --- a/src/zlib.mk Fri Jun 28 21:14:15 2013 -0400 +++ b/src/zlib.mk Sat Jun 29 14:56:27 2013 -0400 @@ -21,10 +21,10 @@ cd '$(1)' && CC='$(MXE_CC)' ./configure \ --prefix='$(HOST_PREFIX)' - $(MAKE) -C '$(1)' -j '$(JOBS)' + $(MAKE) -C '$(1)' -j '$(JOBS)' install - if [ "$(BUILD_STATIC)" = yes ]; then \ - $(MAKE) -C '$(1)' -j '$(JOBS)' install; \ + if [ "$(BUILD_STATIC)" != yes ]; then \ + true; \ fi if [ "$(BUILD_SHARED)" = yes ]; then \