corba/make/common/CancelImplicits.gmk
changeset 3871 3d528461f61d
parent 4 02bb8761fcce
child 3876 7e1a948466e2
equal deleted inserted replaced
3665:c5d39b6be65c 3871:3d528461f61d
    54 %: %.S
    54 %: %.S
    55 %: %.mod
    55 %: %.mod
    56 %: %.sh
    56 %: %.sh
    57 endif
    57 endif
    58 
    58 
    59 #
       
    60 # If you are using RCS, you must set the variable USE_RCS at the make
       
    61 # command line. Otherwise we disable RCS.
       
    62 #
       
    63 ifndef USE_RCS
       
    64 %:: %,v
       
    65 %:: RCS/%,v
       
    66 endif