From fe029afbbe197b48922d7bfc5b49a22f12edbc2f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Dec 1995 16:01:10 +0000 Subject: [PATCH] added stringbuf.o CVS patchset: 18 CVS date: 1995/12/13 16:01:10 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 9576f58..a449463 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ SUBDIRS = lib -OBJS = spec.o +OBJS = spec.o stringbuf.o PROGS = build WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes @@ -16,7 +16,7 @@ make-subdirs: (cd $$d; $(MAKE)) ;\ done -build: build.o spec.o +build: build.o $(OBJS) clean: for d in $(SUBDIRS); do \ -- 2.7.4