summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/remove_config_h_in_dependencies.patch
blob: fae09e77d4be13b0091a9189af157d8afc485946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur libgltf.org/Makefile.in libgltf/Makefile.in
--- libgltf.org/Makefile.in	2014-06-25 23:16:52.417528674 +0200
+++ libgltf/Makefile.in	2014-06-25 23:16:56.493528501 +0200
@@ -419,7 +419,7 @@
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 	@rm -f stamp-h1
 	cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in:  $(am__configure_deps) 
+$(srcdir)/config.h.in: 
 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 	rm -f stamp-h1
 	touch $@