--- lib/Makefile.in.orig 2005-10-29 18:40:17 +0400 +++ lib/Makefile.in 2007-09-18 02:56:12 +0400 @@ -51,7 +51,7 @@ DISTCLEAN_FILES = @DISTCLEAN_FILES@ LIBLIB_OBJS = @LIBOBJS@ @ALLOCA@ getopt.o getopt1.o md5.o LIBLIB_LTOBJS = $(addsuffix .lo,$(basename $(LIBLIB_OBJS))) -TARGETS = liblib.a $(LIBLIB_LTOBJS) +TARGETS = liblib.a DISTFILES = Makefile.in alloca.c getenv.c getopt.c getopt1.c \ inet_ntop.c inet_pton.c isfdtype.c md5.c sigprocmask.c snprintf.c strdup.c \ @@ -69,7 +69,7 @@ DISTFILES = Makefile.in alloca.c getenv. all: $(TARGETS) -liblib.a: $(LIBLIB_OBJS) +liblib.a: $(LIBLIB_LTOBJS) ar r $@ $(LIBLIB_OBJS) $(RANLIB) $@ --- sanei/Makefile.in.orig 2006-06-11 15:11:02 +0400 +++ sanei/Makefile.in 2007-09-18 02:59:05 +0400 @@ -60,7 +60,7 @@ LIBSANEI_LTOBJS = sanei_ab306.lo sanei_c sanei_pa4s2.lo sanei_auth.lo sanei_usb.lo sanei_thread.lo \ sanei_pv8630.lo sanei_lm983x.lo sanei_pp.lo sanei_access.lo @SANEI_JPEG_LO@ -TARGETS = libsanei.a $(LIBSANEI_LTOBJS) +TARGETS = libsanei.a TESTPROGRAMS = test_wire DISTFILES = Makefile.in linux_sg3_err.h os2_srb.h sanei_DomainOS.c \ @@ -84,7 +84,7 @@ DISTFILES = Makefile.in linux_sg3_err.h all: $(TARGETS) -libsanei.a: $(LIBSANEI_OBJS) +libsanei.a: $(LIBSANEI_LTOBJS) ar r $@ $(LIBSANEI_OBJS) $(RANLIB) $@