diff --git a/lib/e2p/ChangeLog b/lib/e2p/ChangeLog index 5f040edd..8fd227b5 100644 --- a/lib/e2p/ChangeLog +++ b/lib/e2p/ChangeLog @@ -1,3 +1,9 @@ +2005-05-06 Theodore Ts'o + + * Makefile.in (tst_ostype): Add $(ALL_CFLAGS) to the tst_ostype + rule so it can find the header files. (Addresses + Sourceforge Bug: #1180572) + 2005-04-09 Theodore Ts'o * ls.c: Add stdlib.h header file since list_super2() uses the diff --git a/lib/e2p/Makefile.in b/lib/e2p/Makefile.in index f77e7696..4e56096d 100644 --- a/lib/e2p/Makefile.in +++ b/lib/e2p/Makefile.in @@ -66,7 +66,7 @@ e2p.pc: $(srcdir)/e2p.pc.in $(top_builddir)/config.status tst_ostype: $(srcdir)/ostype.c @echo " LD $@" - @$(CC) -DTEST_PROGRAM -o tst_ostype $(srcdir)/ostype.c + @$(CC) -DTEST_PROGRAM -o tst_ostype $(srcdir)/ostype.c $(ALL_CFLAGS) check:: tst_ostype ./tst_ostype