From: Hraban Luyat Date: Sun, 5 Jul 2015 10:52:36 +0000 (+0100) Subject: Don't delete submodule autogen.sh on make error X-Git-Tag: v2.0.0~113 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1a36c1d2a5f3d70bbbbd3a460f23400f38a414f2;p=go-opus.git Don't delete submodule autogen.sh on make error --- diff --git a/Makefile b/Makefile index 494fd5e..e5891f2 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export PKG_CONFIG_PATH :=$(PWD)/$(BUILDDIR)/lib/pkgconfig:$(PKG_CONFIG_PATH) .PHONY: clean distclean default test build all libopus libopusfile # Don't delete config.h files after succesful builds -.PRECIOUS: %/config.h +.PRECIOUS: %/config.h %/autogen.sh all: libopus libopusfile