Makefile in sender-1.4.3 vs Makefile in sender-1.5

- old
+ new

@@ -51,10 +51,10 @@ COUTFLAG = -o RUBY_EXTCONF_H = cflags = $(optflags) $(debugflags) $(warnflags) optflags = -debugflags = -gdwarf-2 -g3 +debugflags = -g3 warnflags = -Wall -Wno-parentheses CFLAGS = -fno-common $(cflags) -fno-common -pipe -fno-common INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir) -I/usr/src/ruby DEFS = CPPFLAGS = -I/usr/src/ruby/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE $(DEFS) $(cppflags)