Hi

Quick Make question here. I originally created dependencies with:

.PHONY : dependold
dependold :
        makedepend -Y ${C_FILES}


I need to change to the following to expand prerequisites (using VPATH):

depend : ${C_FILES}
        makedepend -Y $^


How do I fold .PHONY back into this (just in case there's ever a depend 
file around)?

Cheers

Tim

-- 
Next meeting: Dorchester, Tue 2010-03-02 20:00
http://dorset.lug.org.uk/     http://www.linkedin.com/groups?gid=2645413
   Chat: http://www.mibbit.com/?server=irc.blitzed.org&channel=%23dorset
           List info: https://mailman.lug.org.uk/mailman/listinfo/dorset

Reply via email to