Whamcloud - gitweb
Fix build of tst_ostype when doing a "make check" in lib/e2p; it was missing
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 May 2005 04:38:26 +0000 (00:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 May 2005 04:38:26 +0000 (00:38 -0400)
CFLAGS in the compile rule.  (Addresses Sourceforge Bug: #1180572)

lib/e2p/ChangeLog
lib/e2p/Makefile.in

index 5f040ed..8fd227b 100644 (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
index f77e769..4e56096 100644 (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