diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 00:32:56 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 00:32:56 +0000 |
commit | 1401c36b7a0062ba6baf73c12e4481cc398dbfdc (patch) | |
tree | 77894236da5f1e3a1baba0610be394fe363733ee /vietnamese/vn7to8 | |
parent | Mark BROKEN: (diff) |
Mark BROKEN for ELF:
===> Building for vi-vn7to8-1.1.1
cc -I../include -c vn7to8.c
cc -I../include -s -o vn7to8 vn7to8.o ../lib/libviqr.a ../lib/libvntype.a
cc: ../lib/libviqr.a: No such file or directory
cc: ../lib/libvntype.a: No such file or directory
*** Error code 1
Notes
Notes:
svn path=/head/; revision=14027
Diffstat (limited to 'vietnamese/vn7to8')
-rw-r--r-- | vietnamese/vn7to8/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vietnamese/vn7to8/Makefile b/vietnamese/vn7to8/Makefile index 97e5c9852114..3d1af6a135b2 100644 --- a/vietnamese/vn7to8/Makefile +++ b/vietnamese/vn7to8/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Dec 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1997/09/22 16:54:16 max Exp $ +# $Id: Makefile,v 1.3 1997/10/10 06:53:37 obrien Exp $ # # version # is VISCII version supported + .<edit_revision> @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org +BROKEN_ELF= yes + CFLAGS+= -I../../include MAN1= vn7to8.1 vn8to7.1 vn80to81.1 |