From 4f53f3896058bc7075032f547c04ae8a65f9edc5 Mon Sep 17 00:00:00 2001 From: Jaap Akkerhuis Date: Fri, 15 Aug 1986 05:58:12 -0800 Subject: [PATCH] Just saving before munging SCCS-vsn: local/ditroff/ditroff.okeeffe/Makefile 1.5 SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/Makefile 1.5 --- usr/src/local/ditroff/ditroff.okeeffe/Makefile | 4 ++-- usr/src/local/ditroff/ditroff.okeeffe/troff/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/src/local/ditroff/ditroff.okeeffe/Makefile b/usr/src/local/ditroff/ditroff.okeeffe/Makefile index 2a3922741a..c922d69293 100644 --- a/usr/src/local/ditroff/ditroff.okeeffe/Makefile +++ b/usr/src/local/ditroff/ditroff.okeeffe/Makefile @@ -1,5 +1,5 @@ # -# @(#)Makefile 1.4 (CWI) 85/10/25 +# @(#)Makefile 1.5 (CWI) 86/08/14 # CFLAGS= -DINCORE -g DESTDIR= @@ -10,7 +10,7 @@ TFILES=n1.o n2.o n3.o n4.o n5.o t6.o n7.o n8.o n9.o t10.o ni.o nii.o hytab.o suf all: ditroff ${SUBDIR} ditroff: ${TFILES} - ${CC} -o ditroff -n ${CFLAGS} ${TFILES} + ${CC} -o ditroff ${CFLAGS} ${TFILES} ${SUBDIR}: /tmp cd $@; make ${MFLAGS} diff --git a/usr/src/local/ditroff/ditroff.okeeffe/troff/Makefile b/usr/src/local/ditroff/ditroff.okeeffe/troff/Makefile index 2a3922741a..c922d69293 100644 --- a/usr/src/local/ditroff/ditroff.okeeffe/troff/Makefile +++ b/usr/src/local/ditroff/ditroff.okeeffe/troff/Makefile @@ -1,5 +1,5 @@ # -# @(#)Makefile 1.4 (CWI) 85/10/25 +# @(#)Makefile 1.5 (CWI) 86/08/14 # CFLAGS= -DINCORE -g DESTDIR= @@ -10,7 +10,7 @@ TFILES=n1.o n2.o n3.o n4.o n5.o t6.o n7.o n8.o n9.o t10.o ni.o nii.o hytab.o suf all: ditroff ${SUBDIR} ditroff: ${TFILES} - ${CC} -o ditroff -n ${CFLAGS} ${TFILES} + ${CC} -o ditroff ${CFLAGS} ${TFILES} ${SUBDIR}: /tmp cd $@; make ${MFLAGS} -- 2.20.1