Changeset e49c419 in git


Ignore:
Timestamp:
May 18, 2005, 9:24:41 AM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
38169391dc78625b93446582abdd54e984c2a380
Parents:
f4c2ba9853622f20e7ecef2060bd6cdadcbecb2a
Message:
*hannes: install etc.


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

Legend:

Unmodified
Added
Removed
  • modules/Makefile.in

    rf4c2ba re49c419  
    33### Makefile for Singular-modules
    44###
    5 ### $Id: Makefile.in,v 1.11 2005-05-17 09:09:21 Singular Exp $
     5### $Id: Makefile.in,v 1.12 2005-05-18 07:24:41 Singular Exp $
    66###
    77#################################################################
     
    5959
    6060MOD_FILES = loctriv pcv
    61 MOD_DIRS = kernel
     61#MOD_DIRS = kernel
     62MOD_DIRS =
    6263
    6364##
     
    134135        do \
    135136                echo ${MAKE} $@ in $${SUBDIR}; \
    136                 ( cd $${SUBDIR} && ${MAKE} $@;) \
     137                ( cd $${SUBDIR} && ${MAKE} MKINSTALLDIRS=../mkinstalldirs $@;) \
    137138        done
Note: See TracChangeset for help on using the changeset viewer.