Changeset 9b7085 in git for libfac


Ignore:
Timestamp:
May 13, 1997, 12:09:17 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cdf5ea14e9b653fc9c3165aac88521f1e1003285
Parents:
a409d3bcd641b829bb42b337ca91c7c6d5a36afb
Message:
Tue May 13 11:32:11 1997  Olaf Bachmann
<obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>

	* Makefile.in (uninstall): took out template installation


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

Legend:

Unmodified
Added
Removed
  • libfac/ChangeLog

    ra409d3 r9b7085  
     1Tue May 13 11:32:11 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
     2
     3        * Makefile.in (uninstall): took out template installation
     4
    15Tue May  6 09:30:51 1997  Olaf Bachmann  <obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>
    26
  • libfac/Makefile.in

    ra409d3 r9b7085  
    1 # $Id: Makefile.in,v 1.4 1997-05-06 19:37:57 obachman Exp $
     1# $Id: Makefile.in,v 1.5 1997-05-13 10:09:17 obachman Exp $
    22#################################################
    33SHELL           = /bin/sh
     
    144144        ${INSTALL_PROGRAM} ${TARGETNAME}.a ${libdir}
    145145        ${RANLIB} ${libdir}/${TARGETNAME}.a
    146         for TEMPL in ${FACTORTEMPL}; do \
    147                 ${INSTALL_DATA} $${TEMPL} ${templatedir}; \
    148         done
    149146
    150147uninstall:
     
    152149        $(RM) ${libdir}/${LIBFACNAME}.a
    153150        $(RM) ${libdir}/${SINGLIBFACNAME}.a
    154         for TEMPL in ${FACTORTEMPL}; do \
    155                 $(RM) ${templatedir}/$${TEMPL}; \
    156         done
    157151
    158152mostlyclean:
Note: See TracChangeset for help on using the changeset viewer.