/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Teddy Hogeborn
  • Date: 2009-01-06 22:51:38 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090106225138-0tomnv9w18qlmvnz
* Makefile (mandos.lsm): Also update file name using version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
        $(SED) --in-place \
176
176
                --expression='s/^\(Entered-date:\).*/\1\t$(shell date --rfc-3339=date --reference=Makefile)/' \
177
177
                $@
 
178
        $(SED) --in-place \
 
179
                --expression='s/\(mandos_\)[0-9.]\+\(\.orig\.tar\.gz\)/\1$(version)\2/' \
 
180
                $@
178
181
 
179
182
plugins.d/mandos-client: plugins.d/mandos-client.o
180
183
        $(LINK.o) $(GNUTLS_LIBS) $(AVAHI_LIBS) $(GPGME_LIBS) \