$NetBSD: patch-ai,v 1.1.1.1 2002/05/02 13:28:16 bouyer Exp $

--- restore-src/Makefile.in.orig	Fri Mar  8 20:29:48 2002
+++ restore-src/Makefile.in	Tue Apr 30 13:12:24 2002
@@ -165,9 +165,7 @@
 # need to list libamanda twice here, first to override the system library
 # routines, and second to pick up any references in the other libraries.
 ###
-LDADD = ../common-src/libamanda.$(LIB_EXTENSION) \
-	../tape-src/libamtape.$(LIB_EXTENSION) \
-	../common-src/libamanda.$(LIB_EXTENSION)
+LDADD = -lamtape -lamanda 
 
 
 amidxtaped_SOURCES = amidxtaped.c
@@ -182,16 +180,12 @@
 am_amidxtaped_OBJECTS = amidxtaped.$(OBJEXT)
 amidxtaped_OBJECTS = $(am_amidxtaped_OBJECTS)
 amidxtaped_LDADD = $(LDADD)
-amidxtaped_DEPENDENCIES = ../common-src/libamanda.$(LIB_EXTENSION) \
-	../tape-src/libamtape.$(LIB_EXTENSION) \
-	../common-src/libamanda.$(LIB_EXTENSION)
+amidxtaped_DEPENDENCIES = 
 amidxtaped_LDFLAGS =
 amrestore_SOURCES = amrestore.c
 amrestore_OBJECTS = amrestore.$(OBJEXT)
 amrestore_LDADD = $(LDADD)
-amrestore_DEPENDENCIES = ../common-src/libamanda.$(LIB_EXTENSION) \
-	../tape-src/libamtape.$(LIB_EXTENSION) \
-	../common-src/libamanda.$(LIB_EXTENSION)
+amrestore_DEPENDENCIES = 
 amrestore_LDFLAGS =
 
 DEFS = @DEFS@
