RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: js                               Date:   06-May-2009 22:00:59
  Branch: rpm-5_2                          Handle: 2009050620005900

  Modified files:           (Branch: rpm-5_2)
    js/src                  Makefile.am

  Log:
    - js: add the autogenerated jsautocfg.h/jsautokw.h first so they are
    built early.

  Summary:
    Revision    Changes     Path
    1.1.2.1     +4  -1      js/src/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: js/src/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.1 -r1.1.2.1 Makefile.am
  --- js/src/Makefile.am        2 May 2009 20:06:29 -0000       1.1
  +++ js/src/Makefile.am        6 May 2009 20:00:59 -0000       1.1.2.1
  @@ -15,6 +15,7 @@
   noinst_PROGRAMS =    jscpucfg jskwgen js
   noinst_LTLIBRARIES = libjs.la
   noinst_HEADERS = \
  +     jsautocfg.h jsautokw.h \
        jsapi.h jsdbgapi.h \
        jsarray.h jsatom.h jsbool.h jsconfig.h jscntxt.h jsdate.h \
        jsemit.h jsexn.h jsfun.h jsgc.h jsinterp.h jsiter.h \
  @@ -24,7 +25,7 @@
        jsscan.h jsscope.h jsscript.h jsstr.h jsutil.h jsxdrapi.h \
        jsxml.h \
           jsbit.h jscompat.h jscpucfg.h jsotypes.h jsstddef.h \
  -        prmjtime.h resource.h jsautocfg.h jsautokw.h \
  +        prmjtime.h resource.h \
        jsfile.h
   
   libjs_la_SOURCES = \
  @@ -49,6 +50,8 @@
   jsautokw.h: ./jskwgen
        ./jskwgen $@
   
  +BUILT_SOURCES = jsautocfg.h jsautokw.h
  +
   js_SOURCES = js.c
   js_CFLAGS =  -DXP_UNIX
   js_LDADD =   libjs.la
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to