Whamcloud - gitweb
ChangeLog, Makefile.in:
authorTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2001 00:34:29 +0000 (00:34 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 12 Jan 2001 00:34:29 +0000 (00:34 +0000)
  Makefile.in (PROG_SUBDIRS): Build lib/e2p before lib/ext2fs since
   libext2fs depends on libe2p.

ChangeLog
Makefile.in

index 81051f9..b91d66a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-11  Theodore Ts'o  <tytso@valinux.com>
+
+       * Makefile.in (PROG_SUBDIRS): Build lib/e2p before lib/ext2fs
+               since libext2fs depends on libe2p.
+
 2001-01-11    <tytso@snap.thunk.org>
 
        * MCONFIG.in: Change --enable-gcc-wall handling so that it's no
index c620097..ae03ed1 100644 (file)
@@ -7,7 +7,7 @@ INSTALL = @INSTALL@
 
 @MCONFIG@
 
-LIB_SUBDIRS=lib/et lib/ss lib/ext2fs lib/e2p lib/uuid
+LIB_SUBDIRS=lib/et lib/ss lib/e2p lib/ext2fs lib/uuid
 PROG_SUBDIRS=e2fsck debugfs misc resize tests/progs 
 SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests