Changeset 1697 for trunk/build_support/Makefile.am
- Timestamp:
- Jan 6, 2009, 5:42:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build_support/Makefile.am
r1696 r1697 3 3 ## $Id$ 4 4 5 # Copyright (C) 2008 Peter Johansson5 # Copyright (C) 2008 2009 Peter Johansson 6 6 # 7 7 # This file is part of the yat library, http://dev.thep.lu.se/yat … … 60 60 -e 's|@YAT_LIBNAME[@]|$(YAT_LIBNAME)|g' \ 61 61 -e 's|@gsl_version[@]|$(gsl_version)|g' \ 62 -e 's|@abs_top_srcdir[@]|$(abs_top_srcdir)|g' \ 63 -e 's|@abs_top_builddir[@]|$(abs_top_builddir)|g' \ 62 64 -e 's|@boost_version[@]|$(boost_version)|g' 63 65 … … 79 81 @mv $@.tmp $@ 80 82 @$(ECHO) creating $@ 83 84 install-exec-hook: 85 $(SED) -i 's|installed=no|installed=yes|g' \ 86 $(DESTDIR)/$(bindir)/yat-config
Note: See TracChangeset
for help on using the changeset viewer.