Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
My original question was regarding the "$$@" string in the dependency line. GNU Make does not support this (see Chapter 13, Incompatibilities and Missing Features) in the GNU Make manual. (http://www.gnu.org). For an eample in system V make: ${PPROGS}: $$.o $(CC) ${LDFLAGS} $? -o $@ In GNU Make: ${PPROGS}: %: %.o $(CC) ${LDFLAGS} $? -o $@ Jerry Feldman <gaf at blu.org> Boston Linux and Unix http://www.blu.org - Subcription/unsubscription/info requests: send e-mail with "subscribe", "unsubscribe", or "info" on the first line of the message body to discuss-request at blu.org (Subject line is ignored).
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |