diff options
Diffstat (limited to 'inputmethod/sj3-lib/patches/patch-ac')
-rw-r--r-- | inputmethod/sj3-lib/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inputmethod/sj3-lib/patches/patch-ac b/inputmethod/sj3-lib/patches/patch-ac new file mode 100644 index 00000000000..1bbd2cd32d7 --- /dev/null +++ b/inputmethod/sj3-lib/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/05/31 13:00:27 seb Exp $ + +--- dict/dict/Imakefile.~1~ Thu Jan 23 20:20:51 1997 ++++ dict/dict/Imakefile Tue Aug 18 10:51:14 1998 +@@ -48,7 +48,7 @@ + + XCOMM INSTFLAGS = -o $(SJ3OWNER) -g $(SJ3GROUP) -m 444 + +-all: $(OBJS) ++all:: $(OBJS) + + $(OBJS): $(SRCS) + $(TOOL_DIR)/$(TOOL_NAME) $(SRCS) $(OBJS) > $(OUTPUT) |