Fix build of tst_ostype when doing a "make check" in lib/e2p; it was missing

CFLAGS in the compile rule.  (Addresses Sourceforge Bug: #1180572)
bitmap-optimize
Theodore Ts'o 2005-05-06 00:38:26 -04:00
parent 0af8c33be0
commit 9be5ba91b8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-05-06 Theodore Ts'o <tytso@mit.edu>
* 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 <tytso@mit.edu>
* ls.c: Add stdlib.h header file since list_super2() uses the

View File

@ -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