On Fri, Nov 12, 2004 at 09:54:55AM +0000, tommat wrote: > Author: tommat Date: Fri Nov 12 09:54:55 2004 GMT > Module: SOURCES Tag: HEAD > Index: SOURCES/tdb-Makefile-extras.patch > diff -u /dev/null SOURCES/tdb-Makefile-extras.patch:1.1 > --- /dev/null Fri Nov 12 09:54:55 2004 > +++ SOURCES/tdb-Makefile-extras.patch Fri Nov 12 09:54:50 2004 > @@ -0,0 +1,11 @@ > +--- tdb-1.0.6/Makefile.am.orig 2001-12-11 05:05:13.000000000 +0100 > ++++ tdb-1.0.6/Makefile.am 2004-11-12 00:33:16.133127976 +0100 > +@@ -14,7 +14,7 @@ > + endif > + > + noinst_PROGRAMS=tdbspeed tdbiterate $(TDBTEST) $(TDBTORTURE) > +-bin_PROGRAMS=tdbtool tdbdump > ++bin_PROGRAMS=tdbtool tdbdump $(noinst_PROGRAMS) > + > + lib_LTLIBRARIES=libtdb.la > +
This "fix" is incorrect. I you want install some programs then move it to bin_PROGRAMS but not add whole noinst_PROGRAMS to bin_PROGRAMS. Regards -- Artur Frysiak http://www.pld-linux.org/ _______________________________________________ pld-devel-en mailing list [EMAIL PROTECTED] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
