b64303adc5
in lynx's makefile, as discussed on the lynx-devel and netbsd-users mailing lists. Patch supplied by Klaus Klein in private email.
13 lines
338 B
Text
13 lines
338 B
Text
$NetBSD: patch-ag,v 1.1 2005/05/25 13:45:36 fredb Exp $
|
|
|
|
--- src/chrtrans/makefile.in.orig 2004-01-08 03:03:09.000000000 +0100
|
|
+++ src/chrtrans/makefile.in 2005-05-25 11:32:21.000000000 +0200
|
|
@@ -101,7 +101,7 @@
|
|
|
|
makeuctb$o: $(srcdir)/UCkd.h $(srcdir)/makeuctb.c
|
|
|
|
-.SUFFIXES : $o .tbl .i
|
|
+.SUFFIXES : $o .h .tbl .i
|
|
|
|
.c$o:
|
|
@RULE_CC@
|