Whamcloud - gitweb
ChangeLog, Makefile.in:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 7 Jun 1997 03:45:08 +0000 (03:45 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 7 Jun 1997 03:45:08 +0000 (03:45 +0000)
  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).

lib/ss/ChangeLog
lib/ss/Makefile.in

index 32983b6..0d29048 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jun  4 15:04:03 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * 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  <tytso@localhost.mit.edu>
 
        * Release of E2fsprogs version 1.10
index d3b6bf4..fb81372 100644 (file)
@@ -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