Changeset 86efbd in git for kernel/Makefile.in


Ignore:
Timestamp:
Jan 12, 2007, 12:08:42 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
dcbad6ec072d1f4c00cd0147fd9536ba24bedd7a
Parents:
2288b0a10a7e4384504ddc0ec57d8e8322cc8a45
Message:
*hannes: static stuff


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

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.in

    r2288b0 r86efbd  
    6969endif
    7070MP_LIBS         = @MP_LIBS@
    71 DL_KERNEL       = @DL_KERNEL@
    7271
    7372ifdef LD_STATIC
    7473LDFLAGS  := ${STATIC_LDFLAGS} ${LDFLAGS}
    7574LIBS := ${MP_LIBS} ${LIBS}
     75LIBSG := ${MP_LIBS} ${LIBSG}
    7676DL_KERNEL =
    7777else
    7878LDFLAGS  := ${LD_DYN_FLAGS} ${LDFLAGS}
     79DL_KERNEL       = @DL_KERNEL@
    7980endif
    8081
Note: See TracChangeset for help on using the changeset viewer.