From 78e51a8c6678b6e3dff3d619aa786669f531f4bc Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 03:45:44 +0000 Subject: checkpoint --- unix/make/Makefile.CMD | 3 +++ unix/make/Makefile.bio | 2 +- unix/make/Makefile.mk | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) (limited to 'unix/make') diff --git a/unix/make/Makefile.CMD b/unix/make/Makefile.CMD index 04cd1601..6a1e9014 100644 --- a/unix/make/Makefile.CMD +++ b/unix/make/Makefile.CMD @@ -3,3 +3,6 @@ $(TARG): $(OFILES) $(CC) -o $(TARG) $(OFILES) -L$(PREFIX)/lib -L../libutf -L../libfmt -L../libbio -L../libregexp -lregexp9 -lbio -lfmt -lutf +clean: + rm -f $(OFILES) $(TARG) + diff --git a/unix/make/Makefile.bio b/unix/make/Makefile.bio index c27b7417..295e3512 100644 --- a/unix/make/Makefile.bio +++ b/unix/make/Makefile.bio @@ -7,13 +7,13 @@ OFILES=\ bbuffered.$O\ bfildes.$O\ bflush.$O\ - bfmt.$O\ bgetc.$O\ bgetd.$O\ bgetrune.$O\ binit.$O\ boffset.$O\ bprint.$O\ + bvprint.$O\ bputc.$O\ bputrune.$O\ brdline.$O\ diff --git a/unix/make/Makefile.mk b/unix/make/Makefile.mk index f840b18e..2a06164d 100644 --- a/unix/make/Makefile.mk +++ b/unix/make/Makefile.mk @@ -17,9 +17,11 @@ OFILES=\ mk.$O\ parse.$O\ recipe.$O\ + rc.$O\ rule.$O\ run.$O\ sh.$O\ + shell.$O\ shprint.$O\ symtab.$O\ var.$O\ -- cgit v1.2.3