From aabd5359aa0e2b8a077814e3bd5574cdfefd7069 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 12 Jan 2001 00:34:29 +0000 Subject: [PATCH] ChangeLog, Makefile.in: Makefile.in (PROG_SUBDIRS): Build lib/e2p before lib/ext2fs since libext2fs depends on libe2p. --- ChangeLog | 5 +++++ Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 81051f9..b91d66a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-11 Theodore Ts'o + + * Makefile.in (PROG_SUBDIRS): Build lib/e2p before lib/ext2fs + since libext2fs depends on libe2p. + 2001-01-11 * MCONFIG.in: Change --enable-gcc-wall handling so that it's no diff --git a/Makefile.in b/Makefile.in index c620097..ae03ed1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- 1.8.3.1