]> Sergey Matveev's repositories - go-opus.git/commitdiff
Don't delete submodule autogen.sh on make error
authorHraban Luyat <hraban@0brg.net>
Sun, 5 Jul 2015 10:52:36 +0000 (11:52 +0100)
committerHraban Luyat <hraban@0brg.net>
Sun, 5 Jul 2015 10:52:36 +0000 (11:52 +0100)
Makefile

index 494fd5e9cd462ae0bb1125f7466570795d6aa938..e5891f2a6b1421208e46f0d7a8e933e0d729e787 100644 (file)
--- 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