From 4746ad095816eee0dfecbd64ce5bea2f60122648 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Thu, 15 Feb 2001 16:32:48 +0000 Subject: * utils/Makefile.in: Do not use libopt.a, since libdpkg.a not includes those objects * optlib/Makefile.in: do not generate libopt.a * lib/Makefile.in: build libdpkg.a to include the objects from optlib --- optlib/Makefile.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'optlib') diff --git a/optlib/Makefile.in b/optlib/Makefile.in index c618589d4..e8632045f 100644 --- a/optlib/Makefile.in +++ b/optlib/Makefile.in @@ -7,14 +7,11 @@ include ../Makefile.conf SOURCES = getopt.c getopt1.c long-options.c closeout.c obstack.c OBJECTS = $(patsubst %.c, %.o, $(SOURCES)) -GENFILES = $(OBJECTS) libopt.a +GENFILES = $(OBJECTS) .PHONY: all -all:: libopt.a +all:: $(OBJECTS) -libopt.a: $(OBJECTS) - $(AR) r $@ $^ - .PHONY: install install:: all -- cgit v1.2.3