Changeset 41c6ce in git


Ignore:
Timestamp:
Feb 17, 2005, 5:38:35 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
041f605161d1a76a1c84079b6ca824b4fe4902a3
Parents:
dee5f73edaad83fffbcbd97d0a093cf6ab348c0f
Message:
*hannes; dError.* ->kernel


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

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    rdee5f7 r41c6ce  
    123123
    124124# normal C source files
    125 CSOURCES=dError.c
     125CSOURCES=
    126126
    127127# C++ sources which are used if part of the kernel are dynamically linked
     
    160160        ipconv.h \
    161161        subexpr.h ipid.h \
    162         cntrlc.h ipprint.h sdb.h dError.h \
     162        cntrlc.h ipprint.h sdb.h \
    163163        ipshell.h tok.h \
    164164        fast_maps.h \
     
    490490
    491491tags:   
    492         ctags *.y *.l *.c *.h *.cc *.inc
     492        ctags *.y *.[lch] *.cc *.inc ../kernel/*.[ch] ../kernel/*.cc ../kernel/*.inc
    493493
    494494echoLIBS:
     
    676676
    677677depend:   $(CXXSOURCES:.cc=.dd) $(ESOURCES:.cc=.dd) $(CSOURCES:.c=.d) mod2.h claptmpl.dd
    678         cat *.d *.dd >depend
     678        -cat *.d *.dd >depend
     679        -cat *.dd >>depend
    679680
    680681ifeq (depend,$(wildcard depend))
Note: See TracChangeset for help on using the changeset viewer.