Changeset 6e9d845 in git


Ignore:
Timestamp:
Jul 28, 2005, 5:02:28 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
29089df476cd54dc4e81cad72fd0b7072fe1f9f6
Parents:
10c308a4a31d93124e7cc9091cc9d37a435d17f9
Message:
*hannes: makeheader.pl ->makeheader (.pl does not  work for windows)


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

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.in

    r10c308 r6e9d845  
    44### Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55### Created: 11/99
    6 ### Version: $Id: Makefile.in,v 1.16 2004-03-17 15:57:35 Singular Exp $
     6### Version: $Id: Makefile.in,v 1.17 2005-07-28 15:02:28 Singular Exp $
    77#################################################################
    88
     
    9595ASO_OBJS := $(ASO_SOURCES:.aso.cc=.aso)
    9696
    97 DISTFILES=$(SOURCES) $(HEADERS) omtTest.h makeheader.pl Makefile.in \
     97DISTFILES=$(SOURCES) $(HEADERS) omtTest.h makeheader Makefile.in \
    9898           omConfig.h.in omlimits.h.in mylimits.h configure.in mkinstalldirs install-sh configure
    9999
     
    129129
    130130omalloc.h: $(HEADERS)
    131         $(PERL) makeheader.pl -a om_Alloc.h $@
     131        ./makeheader om_Alloc.h $@
    132132
    133133omalloc.o: omalloc.c
Note: See TracChangeset for help on using the changeset viewer.