() Marco Maggi <marco.maggi-i...@poste.it>
() Mon, 24 Feb 2014 12:49:15 +0100

   I just want to strip the string prefix "lib/" from the
   installation pathnames.

Maybe you can use a var that includes the trailing slash:

 intreelib = lib/
 
 ..._DATA = \
   $(intreelib)stuff/foo.fasl

and then replace the usual "make install" flow via:

 install-data-local:
         $(MAKE) install-data-am intreelib=

This would mimic the -data side of "make install" (i think).

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

Attachment: pgpgl5FbPaxNo.pgp
Description: PGP signature

Reply via email to