mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ab70e18b82
sj3-2.0.1.20 has already been released. In the version one, the bug was fixed. PR: ports/8093 Submitted by: taoka@infonets.hiroshima-u.ac.jp
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
--- 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)
|