Merge pull request #152 from rpavlik/patch-1

Update glib.mk
This commit is contained in:
Tony Theodore 2013-03-08 17:40:04 -08:00
commit 3910f7cbb8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ define $(PKG)_SYMLINK
endef
define $(PKG)_BUILD
cd '$(1)' && ./autogen.sh
cd '$(1)' && NOCONFIGURE=true ./autogen.sh
rm -f '$(PREFIX)/$(TARGET)/bin/glib-*'
$(if $(findstring y,\
$(shell [ -x "`which glib-genmarshal`" ] && \