pkgsrc/sysutils/amanda-dev-common/patches/patch-aa
bouyer 88b61a744d Packages for amanda 2.4.3b3, a developement snapshot of the 2.4.3 branch.
Some interesting features in the server part over 2.4.2p2 (handling of
barcode readers, dumper priorities, ...)
2002-05-02 13:28:15 +00:00

20 lines
755 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2002/05/02 13:28:15 bouyer Exp $
--- client-src/Makefile.in.orig Fri Mar 8 20:29:40 2002
+++ client-src/Makefile.in Tue Apr 30 11:14:37 2002
@@ -304,12 +304,10 @@
sendsize_LDFLAGS =
versionsuffix_SOURCES = versionsuffix.c
versionsuffix_OBJECTS = versionsuffix.$(OBJEXT)
-versionsuffix_LDADD = $(LDADD)
-versionsuffix_DEPENDENCIES = ../common-src/libamanda.$(LIB_EXTENSION) \
- libamclient.$(LIB_EXTENSION) \
- ../common-src/libamanda.$(LIB_EXTENSION)
+versionsuffix_LDADD = ../common-src/libamanda.$(LIB_EXTENSION)
+versionsuffix_DEPENDENCIES = ../common-src/libamanda.$(LIB_EXTENSION)
versionsuffix_LDFLAGS =
-SCRIPTS = $(libexec_SCRIPTS) $(sbin_SCRIPTS)
+SCRIPTS = $(libexec_S:RIPTS) $(sbin_SCRIPTS)
DEFS = @DEFS@