Changeset 289347 in git


Ignore:
Timestamp:
Jan 6, 2006, 11:59:56 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
8ddce42afcf661f2d35e24e11ed6480faa7a4aba
Parents:
44f7bcdefb6eab48841c3b44943126dc814d480e
Message:
*hannes: syntax


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

Legend:

Unmodified
Added
Removed
  • modules/Makefile.in

    r44f7bcd r289347  
    33### Makefile for Singular-modules
    44###
    5 ### $Id: Makefile.in,v 1.18 2005-10-05 07:45:30 wienand Exp $
     5### $Id: Makefile.in,v 1.19 2006-01-06 10:59:56 Singular Exp $
    66###
    77#################################################################
     
    108108                if test -d $${SUBDIR}; then \
    109109                   echo ${MAKE} $@ in $${SUBDIR}; \
    110                   if [ -e "$${SUBDIR}/Makefile" ]; then (cd $${SUBDIR}; $(MAKE) $@;) fi \
     110                  if [ -e "$${SUBDIR}/Makefile" ]; then (cd $${SUBDIR}; $(MAKE) $@) fi \
    111111                fi; \
    112112        done
Note: See TracChangeset for help on using the changeset viewer.