mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2025-01-25 09:53:52 +08:00
Makefile.in: Add an include path specifier when building
tst_ostype so that "make check" will build correctly on systems without the include files from e2fsprogs installed in the system include directory.
This commit is contained in:
parent
d82f890355
commit
7d9adefed8
@ -1,3 +1,10 @@
|
||||
2005-06-16 Theodore Ts'o <tytso@mit.edu>
|
||||
|
||||
* Makefile.in: Add an include path specifier when building
|
||||
tst_ostype so that "make check" will build correctly on
|
||||
systems without the include files from e2fsprogs installed
|
||||
in the system include directory.
|
||||
|
||||
2005-05-06 Theodore Ts'o <tytso@mit.edu>
|
||||
|
||||
* Makefile.in (tst_ostype): Add $(ALL_CFLAGS) to the tst_ostype
|
||||
|
@ -66,7 +66,8 @@ 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 $(ALL_CFLAGS)
|
||||
@$(CC) -DTEST_PROGRAM -I$(top_srcdir)/lib -o tst_ostype \
|
||||
$(srcdir)/ostype.c $(ALL_CFLAGS)
|
||||
|
||||
check:: tst_ostype
|
||||
./tst_ostype
|
||||
|
Loading…
Reference in New Issue
Block a user