$OpenBSD: patch-Makefile,v 1.1.1.1 2002/08/21 15:43:37 espie Exp $
--- Makefile.orig	Wed Oct  3 06:45:59 2001
+++ Makefile	Wed Aug 21 17:29:51 2002
@@ -35,7 +35,7 @@ OBJS=convert.o word.o error.o main.o has
 TARGET=unrtf
 
 ${TARGET}:	${OBJS}
-	gcc ${OBJS} -o ${TARGET}
+	$(CC) $(CFLAGS) ${OBJS} -o ${TARGET}
 
 clean:
 	rm -f ${OBJS} ${TARGET} bcount bcount.o
@@ -46,7 +46,7 @@ tidy:
 
 tests:
 	${TARGET} test/table.rtf > test/table.html
-	${TARGET} test/slashnewline.rtf > test/slashnewline.html
+	${TARGET} test/slashnew.rtf > test/slashnew.html
 	${TARGET} test/fontface.rtf > test/fontface.html
 	${TARGET} test/fontsize.rtf > test/fontsize.html
 
