Overview
Comment: | Fix dependencies and other parallel stuff. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4780df5f058c7d51fdc8260a8c431c96 |
User & Date: | js on 2007-09-24 18:20:35 |
Other Links: | manifest | tags |
Context
2007-09-24
| ||
18:45 | Always prefix comparisons with x. check-in: 1d055c3b0b user: js tags: trunk | |
18:20 | Fix dependencies and other parallel stuff. check-in: 4780df5f05 user: js tags: trunk | |
18:00 | Add depend status. check-in: d21b1a6b92 user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [19949e1531] to [234e02d916].
︙ | |||
70 71 72 73 74 75 76 | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | + - + + + + - - - - - + + + + + + + + + - - | OBJS5 = ${OBJS4:.erl=.beam} OBJS += ${OBJS5:.m=.o} .SILENT: .SUFFIXES: .beam .c .cc .cxx .d .erl .m .PHONY: all subdirs depend install uninstall clean distclean all: |
︙ |