Changeset 7863ca in git for Makefile.in


Ignore:
Timestamp:
May 6, 1997, 9:37:57 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
49a3c291cfffe82e04cfe6470864e0f213c794f0
Parents:
d3c52bacb70b299f3b53190c2ae72950e7d1dbd4
Message:
Tue May  6 09:30:51 1997  Olaf Bachmann
<obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>

	* Added ranlib after installing libs -- Suns seem to need it


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

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rd3c52b r7863ca  
    3030                cd .. ;\
    3131        done;\
    32         rm -rf *~ a.out core *.o .log lib bin share include; \
     32        rm -rf *~ a.out core *.o .log lib bin info share include; \
    3333        if test "$@" = distclean || test "$@" = maintainer-clean; then \
    3434          rm -f config.cache config.log config.status TAGS* *.gz *.tar; \
     
    3636        if test "$@" = maintainer-clean; then \
    3737          echo "This command is inteneded for maintainer use, only" ; \
    38           echo "Rebuilding the deleteed file(s) requires at least autoconf"; \
    3938          rm -f configure ;\
    4039        fi
Note: See TracChangeset for help on using the changeset viewer.