From: Alexandre Oliva Date: Fri, 2 Apr 1999 09:37:11 +0000 (+0000) Subject: * depdemo/l1/Makefile.am (AUTOMAKE_OPTIONS): no-dependencies X-Git-Tag: release-1-3b~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=602b4fc8c46435724421d843a3fbf91114c966b7;p=thirdparty%2Flibtool.git * depdemo/l1/Makefile.am (AUTOMAKE_OPTIONS): no-dependencies * depdemo/l2/Makefile.am (AUTOMAKE_OPTIONS): ditto * depdemo/l3/Makefile.am (AUTOMAKE_OPTIONS): ditto * depdemo/l4/Makefile.am (AUTOMAKE_OPTIONS): ditto --- diff --git a/ChangeLog b/ChangeLog index 491c41579..7cc12eb52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-04-02 Alexandre Oliva + * depdemo/l1/Makefile.am (AUTOMAKE_OPTIONS): no-dependencies + * depdemo/l2/Makefile.am (AUTOMAKE_OPTIONS): ditto + * depdemo/l3/Makefile.am (AUTOMAKE_OPTIONS): ditto + * depdemo/l4/Makefile.am (AUTOMAKE_OPTIONS): ditto + * ltconfig.in (archive_cmds, sunos4*): where we used -Bstatic, we should have been using -Bshareable diff --git a/depdemo/l1/Makefile.am b/depdemo/l1/Makefile.am index 9ab4f6a0d..2e2d37cb9 100644 --- a/depdemo/l1/Makefile.am +++ b/depdemo/l1/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = no-dependencies foreign + INCLUDES = -I$(top_srcdir) lib_LTLIBRARIES = libl1.la diff --git a/depdemo/l2/Makefile.am b/depdemo/l2/Makefile.am index 2b8d44a65..63924398b 100644 --- a/depdemo/l2/Makefile.am +++ b/depdemo/l2/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = no-dependencies foreign + INCLUDES = -I$(top_srcdir) lib_LTLIBRARIES = libl2.la diff --git a/depdemo/l3/Makefile.am b/depdemo/l3/Makefile.am index 8dbca8207..71c02384d 100644 --- a/depdemo/l3/Makefile.am +++ b/depdemo/l3/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = no-dependencies foreign + INCLUDES = -I$(top_srcdir) lib_LTLIBRARIES = libl3.la diff --git a/depdemo/l4/Makefile.am b/depdemo/l4/Makefile.am index 544fb7b4f..133e9d2d4 100644 --- a/depdemo/l4/Makefile.am +++ b/depdemo/l4/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = no-dependencies foreign + INCLUDES = -I$(top_srcdir) lib_LTLIBRARIES = libl4.la