Skip to content

Commit 3be21f1

Browse files
committed
Fix constdefs.h to only include the source code, not all stdout output
1 parent 4c32aef commit 3be21f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/c/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ etc/etc.su: etc/Makefile etc/etc.c
111111
etc/etc.c: etc/constdefs.h
112112

113113
etc/constdefs.h: etc/mkconstants.rb
114-
$(RUBY) $< > $@
114+
$(RUBY) $< -o $@
115115

116116
# rbconfig/sizeof.su
117117
rbconfig-sizeof/Makefile: rbconfig-sizeof/extconf.rb $(EXTCONF_DEPS)

0 commit comments

Comments
 (0)