Ignore:
Timestamp:
02/04/05 13:26:11 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile.rules

    r4020 r6252  
    2525%.d:   
    2626        @echo " - Generating dependencies" $@
    27         $(ROOTSYS)/bin/rmkdepend -f- -Y -w 3000 -- $(INCLUDES) -- $(SRCFILES) 2> /dev/null | \
     27        $(ROOTSYS)/bin/rmkdepend -f- -Y -w 3000 -- $(INCLUDES) -- $(SRCFILES) -- $(PROGRAMS:=.cc) 2> /dev/null | \
    2828         sed 's/^\(.*\).o:/$@ \1.o:/' > $@
    2929        echo "$@: Makefile" >> $@
Note: See TracChangeset for help on using the changeset viewer.