Changeset a708e0 in git for MP/mp-pvm3/Makefile.in


Ignore:
Timestamp:
Jun 28, 1997, 3:36:27 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7adb5028d58cd523bb79d18cb12bbde01aa25097
Parents:
1b7361be01a867690a1c01be2ea56e9b571e5982
Message:
This commit was generated by cvs2svn to compensate for changes in r441,
which included commits to RCS files with non-trunk default branches.


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

Legend:

Unmodified
Added
Removed
  • MP/mp-pvm3/Makefile.in

    r1b7361b ra708e0  
    8686        mv put-vec $(XDIR)
    8787
    88 master: master.c util
     88master: master.c util.o
    8989        ${COMPILE} util.o $@.c -o $@ $(LIBS)
    9090        mv master $(XDIR)
     
    9494        mv put-tree $(XDIR)
    9595
    96 get-tree: get-tree.c util
     96get-tree: get-tree.c util.o
    9797        ${COMPILE} util.o $@.c -o $@ $(LIBS)
    9898        mv get-tree $(XDIR)
     
    102102        mv mcast-put-tree $(XDIR)
    103103
    104 mcast-get-tree: mcast-get-tree.c  util
     104mcast-get-tree: mcast-get-tree.c  util.o
    105105        ${COMPILE} util.o $@.c -o $@ $(LIBS)
    106106        mv mcast-get-tree $(XDIR)
     
    110110        mv slave $(XDIR)
    111111
    112 util : util.c
    113         ${OBJCOMPILE} $(INCLUDES) $@.c
     112util.o :
     113        ${OBJCOMPILE} $(INCLUDES) util.c
    114114
Note: See TracChangeset for help on using the changeset viewer.