We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012ab8d commit b2aa192Copy full SHA for b2aa192
src/main/c/Makefile
@@ -84,7 +84,7 @@ zlib/zlib.$(DLEXT): zlib/Makefile zlib/zlib.c
84
ripper/Makefile: ripper/extconf.rb $(EXTCONF_DEPS)
85
$(Q) cd ripper && $(RUBY) extconf.rb || $(IF_EXTCONF_FAIL)
86
87
-ripper/ripper.$(DLEXT): ripper/Makefile
+ripper/ripper.$(DLEXT): ripper/Makefile ripper/*.c ripper/*.h
88
$(Q) cd ripper && $(MAKE) $(MKMF_MAKEFILE_SUBPROCESS_FLAGS)
89
90
# syslog
0 commit comments