From b01fd09d801fd173dfc81c035486fa52788c18d3 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Mon, 8 Oct 2001 03:25:36 +0000 Subject: [PATCH] Remove dulicate inclusion of utils in SUBDIRS. --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7df17cd5..d7c61d30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 7 22:23:54 CDT 2001 Adam Heath + + * Makefile.in: Remove dulicate inclusion of utils in SUBDIRS. + Sun Oct 7 19:38:56 CDT 2001 Adam Heath * scripts/install-info.pl: oops. We weren't adding '\n' when printing diff --git a/Makefile.in b/Makefile.in index 5b283d57..08c51962 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,7 +9,7 @@ GENFILES = version.h include Makefile.conf SUBDIRS = include optlib lib intl dpkg-deb split scripts utils main \ - utils @DSELECTDIR@ po methods doc + @DSELECTDIR@ po methods doc all: version.h all-recursive -- 2.39.5