Changeset 672566a in git


Ignore:
Timestamp:
Jan 4, 2005, 1:49:45 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
e22ea7b040471650df4c3734aa41b3db3f88af98
Parents:
c73143e4ba218b22d50c50206e9c15a930536fff
Message:
+ fiixes for DL_LIBS, DL_LIBSG empty strings in install rules


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

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.in

    rc73143 r672566a  
    310310installbin: ${DL_LIBS} ${DL_LIBSG}
    311311        ${MKINSTALLDIRS} ${bindir}
     312        ranlib libkernel.a
     313        ranlib libkernel-g.a
     314ifeq (,${DL_LIBS})
     315else
     316
     317ifeq (,${DL_LIBSG})
     318else
    312319        -${INSTALL_PROGRAM} ${DL_LIBS} ${DL_LIBSG} ${bindir}
    313320        -${INSTALL_PROGRAM} ${DL_LIBS} ${DL_LIBSG} ../Singular
     321endif
     322endif
     323
    314324
    315325install-bindist: ${DL_LIBS} libkernel.a
    316326        ${MKINSTALLDIRS} ${bindir}
     327ifeq (,${DL_LIBS})
     328else
    317329        -${INSTALL_PROGRAM} ${DL_LIBS} ${bindir}
     330endif
    318331
    319332##
Note: See TracChangeset for help on using the changeset viewer.