Also fix up the name of the header file which we are installing so it is correct. Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> --- lib/quota/Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/quota/Makefile.in b/lib/quota/Makefile.in index 0005ac0..1f57441 100644 --- a/lib/quota/Makefile.in +++ b/lib/quota/Makefile.in @@ -82,8 +82,8 @@ install:: all installdirs $(Q) $(INSTALL_DATA) libquota.a $(DESTDIR)$(libdir)/libquota.a -$(Q) $(RANLIB) $(DESTDIR)$(libdir)/libquota.a $(Q) $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libquota.a - $(E) " INSTALL_DATA $(includedir)/quota/quota.h" - $(Q) $(INSTALL_DATA) mkquota.h $(DESTDIR)$(includedir)/quota/mkquota.h + $(E) " INSTALL_DATA $(includedir)/quota/mkquota.h" + $(Q) $(INSTALL_DATA) $(srcdir)/mkquota.h $(DESTDIR)$(includedir)/quota/mkquota.h $(Q) for i in $(SMANPAGES); do \ $(RM) -f $(DESTDIR)$(man3dir)/$$i.gz; \ echo " INSTALL_DATA $(man3dir)/$$i"; \ -- 1.7.4.1.22.gec8e1.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html