~ubuntu-branches/ubuntu/gutsy/egenix-mx-base/gutsy

« back to all changes in this revision

Viewing changes to mx/Proxy/mxProxy/Makefile.pre.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-01-16 11:29:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050116112914-aew4kizr198v3oib
Tags: 2.0.6-0ubuntu1
* New upstream version (python2.4 compatibility fix).
* Clean up package depenencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
         -e '/^$E=/s/^$E=\(.*\)/s%^$E=.*%$E=\1%/p' \
272
272
         $(MAKEFILE) >sedscript
273
273
        echo "/^#@SET_CCC@/d" >>sedscript
 
274
        echo "/@DEFS@/d" >>sedscript
274
275
        echo "/^installdir=/s%=.*%=     $(installdir)%" >>sedscript
275
276
        echo "/^exec_installdir=/s%=.*%=$(exec_installdir)%" >>sedscript
276
277
        echo "/^srcdir=/s%=.*%=         $(srcdir)%" >>sedscript