Changeset c08a3a in git for misc/Makefile.in


Ignore:
Timestamp:
Aug 5, 2010, 4:38:23 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
e9d7963032616a9b7335d60d709b1af53441ce5b
Parents:
95d8df55a21531eb094a8fef44b9cea7d414e633
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-08-05 16:38:23+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:26+01:00
Message:
fix: removed hard-coded pathes (for install)
from misc/coeffs/reporter/resource/+Makefile.in.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/Makefile.in

    r95d8df rc08a3a  
    2222
    2323CXX             = @CXX@
    24 INSTALL         = /usr/bin/install -c
    25 INSTALL_PROGRAM = ${INSTALL}
    26 INSTALL_DATA    = ${INSTALL} -m 644
     24INSTALL         = @INSTALL@
     25INSTALL_PROGRAM = @INSTALL_PROGRAM@
     26INSTALL_DATA    = @INSTALL_DATA@
    2727MKINSTALLDIRS   = ../mkinstalldirs
    2828LN_S            = ln -s
Note: See TracChangeset for help on using the changeset viewer.