Changeset 1686

Show
Ignore:
Timestamp:
08/11/08 23:47:33 (5 months ago)
Author:
bird
Message:

Fixed warnings when using the NAME property and ending up with output where only the suffix differs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1672 r1686  
    19921992endif 
    19931993 
    1994 $(basename $(notdir $(out))): $(out) 
     1994$(basename $(notdir $(out))):: $(out) 
    19951995 
    19961996endef 
     
    20082008 
    20092009ifdef KBUILD_DO_AUTO_INSTALL 
    2010 $(basename $(notdir $(out))): $(INSTARGET_$(target)) 
     2010$(basename $(notdir $(out))):: $(INSTARGET_$(target)) 
    20112011endif 
    20122012endef