Skip to content

Instantly share code, notes, and snippets.

@marvin2k
marvin2k / fix-recursive-makefile.patch
Created June 24, 2014 08:33
rubygem-rice: fix-recursive-makefile.patch
--- rice-1.6.2/sample/Makefile.am 2014-06-23 17:02:12.322911362 +0200
+++ rice-1.6.2/sample/Makefile.am 2014-06-23 17:01:38.350574267 +0200
@@ -23,7 +23,7 @@
all: enum/Makefile map/Makefile inheritance/Makefile all_extensions
-all_extensions:
+all_extensions: $(addsuffix /Makefile,$(RICE_SAMPLES))
@for sample in $(RICE_SAMPLES); \
do \