Changeset bf274ae in git


Ignore:
Timestamp:
Aug 20, 2008, 4:40:31 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
8f6ff82c58363abbc404adf216c2b46a00fbb8b9
Parents:
da68dbb6f716921ae32a4d9e9a7c0e019b83b68b
Message:
*hannes: cf_gmp.h


git-svn-id: file:///usr/local/Singular/svn/trunk@11015 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • factory/GNUmakefile.in

    rda68dbb rbf274ae  
    11# @configure_input@
    2 # $Id: GNUmakefile.in,v 1.57 2008-08-20 14:37:40 Singular Exp $
     2# $Id: GNUmakefile.in,v 1.58 2008-08-20 14:40:31 Singular Exp $
    33
    44#
     
    743743cf_gmp.h: GNUmakefile gen_cf_gmp.template
    744744        echo "#!/bin/sh" >gen_cf_gmp.sh
    745         echo "GMP_H_T=\"`$(CXX) $(CPPFLAGS) -M gen_cf_gmp.cc|grep gmp.h` \"" >>gen_cf_gmp.sh
     745        echo "GMP_H_T=\"`$(CXX) $(LIBCXXFLAGS) -M gen_cf_gmp.cc|grep gmp.h` \"" >>gen_cf_gmp.sh
    746746        cat gen_cf_gmp.template >>gen_cf_gmp.sh
    747747        $(SHELL) gen_cf_gmp.sh
Note: See TracChangeset for help on using the changeset viewer.