From: Eric Blake Date: Wed, 12 Apr 2006 16:50:51 +0000 (+0000) Subject: * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=d5552a12223617b8593309f1a143ee015e381d70;p=pspp * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this is now done automatically by the corresponding Autoconf macro. --- diff --git a/ChangeLog b/ChangeLog index f08bdcb904..687d5d2959 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-12 Eric Blake + + * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this + is now done automatically by the corresponding Autoconf macro. + 2006-04-09 Paul Eggert * modules/regex (Depends-on): Add ssize_t. @@ -71,7 +76,7 @@ * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES. * modules/lock-tests (TESTS): Use $(EXEEXT). * modules/tls-tests: Likewise. - * modules/argp-tests: Likewise. + * modules/argp-tests: Likewise. (check_PROGRAMS): New var, replacing... (noinst_PROGRAMS, test_argp_SOURCES): Remove. diff --git a/modules/time_r b/modules/time_r index da3279a0b2..fa27b48b84 100644 --- a/modules/time_r +++ b/modules/time_r @@ -14,7 +14,6 @@ configure.ac: gl_TIME_R Makefile.am: -lib_SOURCES += time_r.h Include: "time_r.h"