mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b93ba8e95c
displaying and editing of documents in the Vietnamese 8-bit VISCII (VIetnamese Standard Code for Information Interchange) data format using the 7-bit VIQR (VIetnamese Quoted Readable) input method.
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
--- ../lib/vntype/Makefile.orig Tue Jan 5 22:18:07 1993
|
|
+++ ../lib/vntype/Makefile Wed Dec 4 04:07:32 1996
|
|
@@ -15,7 +15,7 @@
|
|
#FLAGS = -DNOANSI_C
|
|
CFLAGS = $(FLAGS) $(INC)
|
|
CC = cc
|
|
-CPP = /lib/cpp
|
|
+CPP = cpp
|
|
|
|
.c.o:
|
|
$(CC) $(CFLAGS) -c $*.c
|