1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/vietnamese/vnterm/files/patch-04

19 lines
429 B
Plaintext
Raw Normal View History

--- ../lib/vntype/Makefile.orig Tue Aug 10 18:26:33 1993
+++ ../lib/vntype/Makefile Fri Dec 6 11:48:38 1996
@@ -12,13 +12,13 @@
SRTI = vntype.I toupper.I tolower.I
SRTS = vntype.srt toupper.srt tolower.srt
LIB = $(VNLIBDIR)/libvntype.a
-RANLIB = echo
+RANLIB = ranlib
INC = -I$(VNINCDIR)
#FLAGS = -DNOANSI_C
CFLAGS = $(FLAGS) $(INC)
CC = cc
-CPP = /lib/cpp
+CPP = cpp
.I.srt:
@echo -n "Generating $@ from $*.I..."