From: Theodore Ts'o Date: Sat, 7 Jun 1997 03:45:08 +0000 (+0000) Subject: ChangeLog, Makefile.in: X-Git-Tag: E2FSPROGS-1_11~16 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5972d0d6444bd3085ba198ed9281d9105105d821;p=tools%2Fe2fsprogs.git ChangeLog, Makefile.in: Makefile.in (install): Install the ss_err.h header file out of the build directory instead of the source directory (since it is a constructed file). --- diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog index 32983b6..0d29048 100644 --- a/lib/ss/ChangeLog +++ b/lib/ss/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 4 15:04:03 1997 Theodore Ts'o + + * Makefile.in (install): Install the ss_err.h header file out of + the build directory instead of the source directory (since + it is a constructed file). + Thu Apr 24 12:16:42 1997 Theodre Ts'o * Release of E2fsprogs version 1.10 diff --git a/lib/ss/Makefile.in b/lib/ss/Makefile.in index d3b6bf4..fb81372 100644 --- a/lib/ss/Makefile.in +++ b/lib/ss/Makefile.in @@ -93,7 +93,7 @@ MKCMDSCSRCS= mk_cmds.c utils.c options.c ct.tab.c cmd_tbl.lex.c HFILES= ss.h ss_internal.h copyright.h -INSTALL_HFILES= ss.h ss_err.h copyright.h +INSTALL_HFILES= ss.h copyright.h # for 'tags' and dependencies @@ -132,7 +132,7 @@ installdirs:: $(top_srcdir)/mkinstalldirs $(DESTDIR)$(ulibdir) \ $(DESTDIR)$(includedir)/ss -install:: libss.a $(INSTALL_HFILES) copyright.h installdirs +install:: libss.a $(INSTALL_HFILES) copyright.h installdirs ss_err.h $(INSTALL_DATA) libss.a $(DESTDIR)$(ulibdir)/libss.a $(CHMOD) 644 $(DESTDIR)$(ulibdir)/libss.a -$(RANLIB) $(DESTDIR)$(ulibdir)/libss.a @@ -141,6 +141,7 @@ install:: libss.a $(INSTALL_HFILES) copyright.h installdirs for i in $(INSTALL_HFILES) copyright.h; do \ $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/ss/$$i; \ done + $(INSTALL_DATA) ss_err.h $(DESTDIR)$(includedir)/ss/ss_err.h uninstall:: $(RM) -f $(ulibdir)/libss.a