Changeset 88d14b in git


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

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

Legend:

Unmodified
Added
Removed
  • factory/GNUmakefile.in

    r740c92 r88d14b  
    447447
    448448# how to create library objets
    449 %.o: %.cc config.h
     449%.o: %.cc config.h factoryconf.h
    450450        $(CXX) -c $< $(LIBCXXFLAGS) -o $@
    451451%.o: %.c config.h
    452452        $(CC) -c $< $(LIBCFLAGS) -o $@
    453453# the debug version:
    454 %.og: %.cc config.h
     454%.og: %.cc config.h factoryconf.h
    455455        $(CXX) -g -c $< $(LIBCGGFLAGS) -o $@
    456456# the profiling version:
    457 %.op: %.cc config.h
     457%.op: %.cc config.h factoryconf.h
    458458        $(CXX) -O -pg -c $< $(LIBCGGFLAGS) -o $@
    459459
Note: See TracChangeset for help on using the changeset viewer.