added stringbuf.o
authorroot <devnull@localhost>
Wed, 13 Dec 1995 16:01:10 +0000 (16:01 +0000)
committerroot <devnull@localhost>
Wed, 13 Dec 1995 16:01:10 +0000 (16:01 +0000)
CVS patchset: 18
CVS date: 1995/12/13 16:01:10

Makefile.in

index 9576f58..a449463 100644 (file)
@@ -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 \