From bf09257a9524f3cad0a0b8d15eafbd0cc00c97fd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 Apr 1998 16:08:47 +0000 Subject: switched to gcc --- doc/tools/src2html1.4a/Ctags/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/tools') diff --git a/doc/tools/src2html1.4a/Ctags/Makefile b/doc/tools/src2html1.4a/Ctags/Makefile index da7a148bb1..c6dd7f0d6a 100644 --- a/doc/tools/src2html1.4a/Ctags/Makefile +++ b/doc/tools/src2html1.4a/Ctags/Makefile @@ -1,11 +1,14 @@ # @(#)Makefile 5.6 (Berkeley) 5/11/90 +CC=gcc + PROG= ctags-new -CFLAGS+=-I. +CFLAGS+=-I. -g + SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c strerror.c ctags: C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o strerror.o - cc -o ctags-new C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o \ + $(CC) -o ctags-new C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o \ strerror.o clean: -- cgit v1.2.3