Changeset 1a5c219 in git


Ignore:
Timestamp:
Aug 13, 2009, 5:22:26 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
073295f83bd787c17170311fa837e22cf427905d
Parents:
6b9d0537f5dd5461f48626224cc9ca9c391990d8
Message:
*hannes: install


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

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.in

    r6b9d05 r1a5c219  
    177177
    178178DISTFILES=${SOURCES} ${HEADERS} ${ESOURCES} \
    179         Makefile.in configure.in configure \
     179        Makefile.in \
    180180        mod2.h.in testgh install-sh mkinstalldirs \
    181181        check_aso.pl prCopy.pl
     
    309309else
    310310        -${INSTALL_PROGRAM} ${DL_LIBS} ${bindir}
    311         -${INSTALL_PROGRAM} ${DL_LIBS} ${DL_LIBSG} ${DL_LIBSP} ../Singular
     311        -for file in ${DL_LIBS} ${DL_LIBSG} ${DL_LIBSP}; do\
     312        ${INSTALL_PROGRAM} $$file ../Singular; \
     313        done
    312314endif
    313315endif
     
    344346        @echo "Rebuilding the deleted files requires flex"
    345347        @echo "bison, perl and autoconf"
    346         -rm configure
    347348
    348349##
Note: See TracChangeset for help on using the changeset viewer.