Changeset 289347 in git
- Timestamp:
- Jan 6, 2006, 11:59:56 AM (18 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 8ddce42afcf661f2d35e24e11ed6480faa7a4aba
- Parents:
- 44f7bcdefb6eab48841c3b44943126dc814d480e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/Makefile.in
r44f7bcd r289347 3 3 ### Makefile for Singular-modules 4 4 ### 5 ### $Id: Makefile.in,v 1.1 8 2005-10-05 07:45:30 wienandExp $5 ### $Id: Makefile.in,v 1.19 2006-01-06 10:59:56 Singular Exp $ 6 6 ### 7 7 ################################################################# … … 108 108 if test -d $${SUBDIR}; then \ 109 109 echo ${MAKE} $@ in $${SUBDIR}; \ 110 if [ -e "$${SUBDIR}/Makefile" ]; then (cd $${SUBDIR}; $(MAKE) $@ ;) fi \110 if [ -e "$${SUBDIR}/Makefile" ]; then (cd $${SUBDIR}; $(MAKE) $@) fi \ 111 111 fi; \ 112 112 done
Note: See TracChangeset
for help on using the changeset viewer.