Changeset 128ff77 in git for libfac


Ignore:
Timestamp:
Jun 3, 1998, 2:45:53 PM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
3603db44677297d7cb664c27c4622c4a02261a4a
Parents:
e734537ae657d427b79f2bf4cdfb5f7920a8de74
Message:
	* Makefile.in (CPPFLAGS): include paths fixed so that Windows
	NT will find Factor.h before factor.h


git-svn-id: file:///usr/local/Singular/svn/trunk@2034 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfac/Makefile.in

    re734537 r128ff77  
    1 # $Id: Makefile.in,v 1.8 1997-09-12 07:19:31 Singular Exp $
     1# $Id: Makefile.in,v 1.9 1998-06-03 12:45:53 pohl Exp $
    22#################################################
    33SHELL           = /bin/sh
     
    4040CXXFLAGS        = @CXXFLAGS@
    4141CXXTEMPLFLAGS   = @CXXTEMPLFLAGS@
    42 CPPFLAGS        = -I${srcdir} @CPPFLAGS@
     42CPPFLAGS        = -I${srcdir}/factor -I${srcdir}/charsets -I${srcdir} @CPPFLAGS@
    4343DEFS            = @DEFS@
    4444LDFLAGS         = @LDFLAGS@
Note: See TracChangeset for help on using the changeset viewer.