Преглед изворни кода

Remove dulicate inclusion of utils in SUBDIRS.

Adam Heath пре 25 година
родитељ
комит
b01fd09d80
2 измењених фајлова са 5 додато и 1 уклоњено
  1. 4 0
      ChangeLog
  2. 1 1
      Makefile.in

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Sun Oct  7 22:23:54 CDT 2001 Adam Heath <doogie@debian.org>
+
+  * Makefile.in: Remove dulicate inclusion of utils in SUBDIRS.
+
 Sun Oct  7 19:38:56 CDT 2001 Adam Heath <doogie@debian.org>
 Sun Oct  7 19:38:56 CDT 2001 Adam Heath <doogie@debian.org>
 
 
   * scripts/install-info.pl: oops.  We weren't adding '\n' when printing
   * scripts/install-info.pl: oops.  We weren't adding '\n' when printing

+ 1 - 1
Makefile.in

@@ -9,7 +9,7 @@ GENFILES	= version.h
 include Makefile.conf
 include Makefile.conf
 
 
 SUBDIRS		= include optlib lib intl dpkg-deb split scripts utils main \
 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
 all: version.h all-recursive