File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ext/pathname/pathname.$(OBJEXT): { $(srcdir)} ext/pathname/pathname.c
2- @$(ECHO) compiling $<
1+ ext/pathname/pathname.$(OBJEXT): $(srcdir)/ ext/pathname/pathname.c
2+ @$(ECHO) compiling ext/pathname/pathname.c
33 $(Q) $(MAKEDIRS) $(@D)
4- $(Q) $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$<
4+ $(Q) $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$(srcdir)/ext/pathname/pathname.c
55
66# AUTOGENERATED DEPENDENCIES START
77ext/pathname/pathname.$(OBJEXT): $(RUBY_EXTCONF_H)
@@ -176,4 +176,5 @@ ext/pathname/pathname.$(OBJEXT): $(hdrdir)/ruby/oniguruma.h
176176ext/pathname/pathname.$(OBJEXT): $(hdrdir)/ruby/ruby.h
177177ext/pathname/pathname.$(OBJEXT): $(hdrdir)/ruby/st.h
178178ext/pathname/pathname.$(OBJEXT): $(hdrdir)/ruby/subst.h
179+ ext/pathname/pathname.$(OBJEXT): $(srcdir)/ext/pathname/pathname.c
179180# AUTOGENERATED DEPENDENCIES END
Original file line number Diff line number Diff line change @@ -1667,4 +1667,4 @@ InitVM_pathname(void)
16671667 id_zero_p = rb_intern ("zero?" );
16681668}
16691669
1670- #include "pathname.rbinc"
1670+ #include "ext/pathname/ pathname.rbinc"
You can’t perform that action at this time.
0 commit comments