*** ./Makefile.ORIG Tue Sep 27 10:27:38 2011 --- ./Makefile Tue Sep 27 11:06:47 2011 *************** *** 1,21 **** VERSION=1.8 ! DEBUG=-g LDFLAGS=-lmrss $(DEBUG) ! CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) OBJS=r2t.o all: rsstail rsstail: $(OBJS) ! $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o rsstail # # Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html install: rsstail ! cp rsstail $(DESTDIR)/usr/bin ! cp rsstail.1 $(DESTDIR)/usr/share/man/man1/ clean: rm -f $(OBJS) core rsstail --- 1,21 ---- VERSION=1.8 ! DEBUG= LDFLAGS=-lmrss $(DEBUG) ! CFLAGS=-I/opt/freeware/include -O2 -DVERSION=\"$(VERSION)\" $(DEBUG) OBJS=r2t.o all: rsstail rsstail: $(OBJS) ! $(CC) $(OBJS) $(LDFLAGS) -o rsstail # # Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html install: rsstail ! cp rsstail $(DESTDIR)/opt/freeware/bin ! cp rsstail.1 $(DESTDIR)/opt/freeware/man/man1/ clean: rm -f $(OBJS) core rsstail