Changeset b25701 in git for factory/GNUmakefile.in


Ignore:
Timestamp:
Feb 20, 1998, 5:43:23 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f33f035b131e4cdb60888c6bc68a05b55141747d
Parents:
3faeba15aa5ef4ea83591eb668f2b9f44809ed67
Message:
	* GNUmakefile.in (installcf, installmem): `ranlib' libraries after
	  installing them for SUN machines


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

Legend:

Unmodified
Added
Removed
  • factory/GNUmakefile.in

    r3faeba rb25701  
    11# @configure_input@
    2 # $Id: GNUmakefile.in,v 1.28 1998-02-05 15:56:25 schmidt Exp $
     2# $Id: GNUmakefile.in,v 1.29 1998-02-20 16:43:23 schmidt Exp $
    33
    44#
     
    539539                  $(INSTALL_DATA) $(srcdir)/templates/$$file $(templatedir)/$$file; \
    540540                done
     541# we run `ranlib' another time for SUN machines
     542                $(RANLIB) $(libdir)/$(libfactory)
    541543
    542544installmem:     mem
    543545                $(MKINSTALLDIRS) $(libdir)
    544546                $(INSTALL_DATA) libcfmem.a $(libdir)/libcfmem.a
     547# once again: another run for SUN
     548                $(RANLIB) $(libdir)/libcfmem.a
    545549
    546550# to a pity, this cannot be done automatically ...
Note: See TracChangeset for help on using the changeset viewer.