From 53bcbe02a6f6777571f69ca9f6e50c421bd87590 Mon Sep 17 00:00:00 2001
From: asami <asami@FreeBSD.org>
Date: Wed, 11 Jun 1997 20:07:56 +0000
Subject: Change "all:" to "all::" to make XFree86-3.3 imake config scripts
 happy.

---
 japanese/sj3-lib/files/patch-aa | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'japanese/sj3-lib')

diff --git a/japanese/sj3-lib/files/patch-aa b/japanese/sj3-lib/files/patch-aa
index f8e45505aa04..298428ed007d 100644
--- a/japanese/sj3-lib/files/patch-aa
+++ b/japanese/sj3-lib/files/patch-aa
@@ -195,7 +195,7 @@ diff -arcN ../sj3-2.0.1.13.org/dict/dict/Imakefile ./dict/dict/Imakefile
   #endif
 ! INSTFLAGS	= -o root -g $(INSTGROUP) -m 444
   
-  all:		$(OBJS)
+! all:		$(OBJS)
   
 --- 49,57 ----
   #if SystemV4 || SystemV
@@ -205,7 +205,7 @@ diff -arcN ../sj3-2.0.1.13.org/dict/dict/Imakefile ./dict/dict/Imakefile
   #endif
 ! INSTFLAGS	= -o bin -g $(INSTGROUP) -m 444
   
-  all:		$(OBJS)
+! all::		$(OBJS)
   
 diff -arcN ../sj3-2.0.1.13.org/dict/tool/Imakefile ./dict/tool/Imakefile
 *** ../sj3-2.0.1.13.org/dict/tool/Imakefile	Fri Dec  9 20:27:05 1994
-- 
cgit