summaryrefslogtreecommitdiff
path: root/lib/uuid/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1999-07-03 20:37:03 +0000
committerTheodore Ts'o <tytso@mit.edu>1999-07-03 20:37:03 +0000
commit6c133523b23aa6cdae2da2dc35aeaac1904539a4 (patch)
tree7ee3d5798c187dd5f2eb8c2b437a038ae5b25951 /lib/uuid/Makefile.in
parent9d564f73f594282d87209313ea59e4ca08727ab3 (diff)
downloade2fsprogs-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 'lib/uuid/Makefile.in')
-rw-r--r--lib/uuid/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/uuid/Makefile.in b/lib/uuid/Makefile.in
index ca924f36..0fd7335c 100644
--- a/lib/uuid/Makefile.in
+++ b/lib/uuid/Makefile.in
@@ -165,3 +165,4 @@ pack.o: $(srcdir)/pack.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
parse.o: $(srcdir)/parse.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
unpack.o: $(srcdir)/unpack.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
unparse.o: $(srcdir)/unparse.c $(srcdir)/uuidP.h $(srcdir)/uuid.h
+uuid_time.o: $(srcdir)/uuid_time.c $(srcdir)/uuidP.h $(srcdir)/uuid.h