Changeset b25701 in git
- Timestamp:
- Feb 20, 1998, 5:43:23 PM (26 years ago)
- Branches:
- (u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
- Children:
- f33f035b131e4cdb60888c6bc68a05b55141747d
- Parents:
- 3faeba15aa5ef4ea83591eb668f2b9f44809ed67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/GNUmakefile.in
r3faeba rb25701 1 1 # @configure_input@ 2 # $Id: GNUmakefile.in,v 1.2 8 1998-02-05 15:56:25schmidt Exp $2 # $Id: GNUmakefile.in,v 1.29 1998-02-20 16:43:23 schmidt Exp $ 3 3 4 4 # … … 539 539 $(INSTALL_DATA) $(srcdir)/templates/$$file $(templatedir)/$$file; \ 540 540 done 541 # we run `ranlib' another time for SUN machines 542 $(RANLIB) $(libdir)/$(libfactory) 541 543 542 544 installmem: mem 543 545 $(MKINSTALLDIRS) $(libdir) 544 546 $(INSTALL_DATA) libcfmem.a $(libdir)/libcfmem.a 547 # once again: another run for SUN 548 $(RANLIB) $(libdir)/libcfmem.a 545 549 546 550 # to a pity, this cannot be done automatically ...
Note: See TracChangeset
for help on using the changeset viewer.