OSDN Git Service

Add a missing distribution dependency.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 21 Mar 2013 14:33:22 +0000 (14:33 +0000)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 21 Mar 2013 14:33:22 +0000 (14:33 +0000)
ChangeLog
Makefile.in

index cac5058..60a8da7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2013-03-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
+       Add a missing distribution dependency.
+
+       * Makefile.in (srcdist): Explicitly require...
+       (pkginfo.c): ...this; previously, it was only an implicit build time
+       requirement, and may not have persisted until distribution time.
+
+2013-03-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
        Implement by-name association of resource scripts with programs.
 
        * src/guidata.rc: Renamed as...
index f8dbb30..34ec52b 100644 (file)
@@ -298,7 +298,7 @@ licdist:
          $(PACKAGE_DISTNAME)$(SCMTAG)-lic.$(TAREXT)
        rm -rf share
 
-srcdist: srcdist-doc
+srcdist: srcdist-doc pkginfo.c
        rm -rf ${PACKAGE_DISTROOT} && mkdir ${PACKAGE_DISTROOT}
        cd ${PACKAGE_DISTROOT}; for file in $(SRCDIST_FILES); do \
          test -f ${abs_top_srcdir}/$$file \