From: Theodore Ts'o Date: Fri, 25 Jun 2010 01:11:01 +0000 (-0400) Subject: Fix Makefile dependencies for test programs in lib/ext2fs X-Git-Tag: v1.41.13~49 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=8c084167ee5ea4ae28359b0d67d583eb1068465c;p=tools%2Fe2fsprogs.git Fix Makefile dependencies for test programs in lib/ext2fs Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in index a71d12c..af1f51f 100644 --- a/lib/ext2fs/Makefile.in +++ b/lib/ext2fs/Makefile.in @@ -239,11 +239,15 @@ tst_getsectsize: tst_getsectsize.o $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR) $(Q) $(CC) -o tst_sectgetsize tst_getsectsize.o \ $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) +tst_types.o: $(srcdir)/tst_types.c ext2_types.h + tst_types: tst_types.o ext2_types.h $(E) " LD $@" $(Q) $(CC) -o tst_types tst_types.o -tst_super_size: tst_super_size.o ext2_fs.h +tst_super_size.o: $(srcdir)/tst_super_size.c $(srcdir)/ext2_fs.h + +tst_super_size: tst_super_size.o $(E) " LD $@" $(Q) $(CC) -o tst_super_size tst_super_size.o