Changeset ee3e5aa in git


Ignore:
Timestamp:
Jul 14, 2010, 7:36:27 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
740c922aa8746212b355112c8ff11cae5de15639
Parents:
512f05c5a1ab245e49d1b2471320fe775eba0d43
Message:
tr 241

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

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.in

    r512f05 ree3e5aa  
    131131        ./makeheader om_Alloc.h $@
    132132
    133 omalloc.o: omalloc.c
     133omalloc.o: omalloc.c omalloc.h
    134134        ${CC} ${CFLAGS} ${CPPFLAGS} ${DEFS} -DOM_NDEBUG -c $< -o $@
    135135
    136 omalloc_debug.o: omalloc_debug.c
     136omalloc_debug.o: omalloc_debug.c omalloc.h
    137137        ${CC} ${CFLAGS} ${CPPFLAGS} ${DEFS} -c $< -o $@
    138138
    139 omTables.inc: omTables
     139omTables.inc: omTables omalloc.h
    140140        ./omTables > omTables.xx && mv omTables.xx  $@
    141141
Note: See TracChangeset for help on using the changeset viewer.