Changeset 859


Ignore:
Timestamp:
05/15/13 11:19:17 (11 years ago)
Author:
olahaye
Message:

[Makefile] Add missing Makefile dependancy on .spec file (updating the RELEASE must trigger spec file generation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/Makefile

    r856 r859  
    4848rpmspec: ./pkg/rpm/jobmonarch.spec
    4949
    50 ./pkg/rpm/jobmonarch.spec: pkg/rpm/jobmonarch.spec.in
     50./pkg/rpm/jobmonarch.spec: pkg/rpm/jobmonarch.spec.in Makefile
    5151        sed -e 's/__VERSION__/$(VERSION)/g' -e 's/__RELEASE__/$(RELEASE)/g' ./pkg/rpm/jobmonarch.spec.in > ./pkg/rpm/jobmonarch.spec
    5252
Note: See TracChangeset for help on using the changeset viewer.