From 39ec5a074547dbe7afbb3c85361bf56b4ca21e31 Mon Sep 17 00:00:00 2001 From: glass Date: Tue, 27 Apr 1993 17:09:01 +0000 Subject: [PATCH] bostic was right, and i was wrong.. boo. --- bin/test/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/test/Makefile b/bin/test/Makefile index 6fbe364cdfe1..e6fbe84b5494 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -1,13 +1,14 @@ # @(#)Makefile 5.1 (Berkeley) 6/8/92 PROG= test -SRCS= operators.c test.c +SRCS= test.c operators.c CFLAGS+=-I. LINKS= ${BINDIR}/test ${BINDIR}/[ MLINKS= test.1 '[.1' -CLEANFILES+= operators.c operators.h +CLEANFILES+= operators.c operators.h unary_op binary_op operators.c operators.h: unary_op binary_op mkops + cp ${.CURDIR}/unary_op ${.CURDIR}/binary_op . sh ${.CURDIR}/mkops .include