diff options
author | Theodore Ts'o <tytso@mit.edu> | 1999-07-03 20:37:03 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1999-07-03 20:37:03 +0000 |
commit | 6c133523b23aa6cdae2da2dc35aeaac1904539a4 (patch) | |
tree | 7ee3d5798c187dd5f2eb8c2b437a038ae5b25951 /debugfs/Makefile.in | |
parent | 9d564f73f594282d87209313ea59e4ca08727ab3 (diff) | |
download | e2fsprogs-6c133523b23aa6cdae2da2dc35aeaac1904539a4.tar.gz |
ChangeLog, MCONFIG.in, configure.in, configure:
MCONFIG.in (BUILD_CC):
configure.in (BUILD_CC): If cross compiling, find the native C
compiler and set it to BUILD_CC so that we can successfully build
util/subst.
ChangeLog, Makefile.in:
Makefile.in (subst): Build subst using $(BUILD_CC), since it's a
helper program which must be built using the native C compiler during
a cross-compilation.
Makefile.in:
Update dependencies.
Diffstat (limited to 'debugfs/Makefile.in')
-rw-r--r-- | debugfs/Makefile.in | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in index 8903ae7a..7516068d 100644 --- a/debugfs/Makefile.in +++ b/debugfs/Makefile.in @@ -77,18 +77,16 @@ debug_cmds.o: debug_cmds.c $(top_srcdir)/lib/ss/ss.h \ debugfs.o: $(srcdir)/debugfs.c $(top_srcdir)/lib/et/com_err.h \ $(top_srcdir)/lib/ss/ss.h $(top_srcdir)/lib/ss/copyright.h \ $(top_builddir)/lib/ss/ss_err.h $(srcdir)/debugfs.h \ - $(top_srcdir)/lib/ext2fs/ext2fs.h \ - $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \ - $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/uuid/uuid.h \ - $(srcdir)/../version.h + $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext2_io.h \ + $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \ + $(top_srcdir)/lib/uuid/uuid.h $(srcdir)/../version.h util.o: $(srcdir)/util.c $(srcdir)/debugfs.h \ - $(top_srcdir)/lib/ext2fs/ext2fs.h \ - $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \ - $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h -ls.o: $(srcdir)/ls.c $(srcdir)/debugfs.h \ $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \ $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \ $(top_srcdir)/lib/ext2fs/bitops.h +ls.o: $(srcdir)/ls.c $(srcdir)/debugfs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \ + $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \ + $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h ncheck.o: $(srcdir)/ncheck.c $(srcdir)/debugfs.h \ $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/et/com_err.h \ $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \ |