components/ruby/ruby-18/Makefile
changeset 1584 7acd6f4409b8
parent 1567 b5493d203180
child 1933 2d7204747a3f
--- a/components/ruby/ruby-18/Makefile	Thu Dec 05 06:08:37 2013 -0800
+++ b/components/ruby/ruby-18/Makefile	Fri Dec 06 08:41:15 2013 -0800
@@ -80,7 +80,7 @@
 	$(RM) -r $(SOURCE_DIR_1); \
 	$(UNPACK) $(UNPACK_ARGS) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE_1); \
 	$(foreach patch,$(PATCHES_1), \
-	$(GPATCH) -d $(SOURCE_DIR_1) $(GPATCH_FLAGS) < $(patch))
+	$(GPATCH) -d $(SOURCE_DIR_1) $(GPATCH_FLAGS) < $(patch); )
 
 # These modifications of ruby.1 must occur after ruby
 # is installed, not before.  Although there are some other patches