Changeset a42c3c in git


Ignore:
Timestamp:
Jan 22, 2004, 4:53:32 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
89e9183debe64b6e7932340ae0158530e4241ae5
Parents:
87caf7e72ba683e75d268bc0d89508fa96be42a6
Message:
*hannes: fixed Singularg


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

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.in

    r87caf7e ra42c3c  
    417417OBJA=$(OBJA1) $(OBJA2)
    418418
     419ifeq ($(DL_KERNEL),1)
     420OBJG    := $(OBJG) $(DL_KERNEL_SOURCES:.cc=.og)
     421else
     422OBJG := $(OBJG) $(STATIC_SOURCES:.cc=.og)
     423endif
     424
    419425##
    420426## compiler and linker options for debug version
Note: See TracChangeset for help on using the changeset viewer.