[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1316020683-19141-1-git-send-email-tytso@mit.edu>
Date: Wed, 14 Sep 2011 13:18:02 -0400
From: Theodore Ts'o <tytso@....edu>
To: Ext4 Developers List <linux-ext4@...r.kernel.org>
Cc: adityakali@...gle.com, Theodore Ts'o <tytso@....edu>
Subject: [PATCH] libquota: fix "make install" so it works in with a VPATH build directory
Also fix up the name of the header file which we are installing so it
is correct.
Signed-off-by: "Theodore Ts'o" <tytso@....edu>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists