kbuild: add .SECONDARY special target to scripts/Kbuild.include
[project/bcm63xx/u-boot.git] / scripts / Makefile.build
index 482ed0c8d80482c8bbf81e7a46adbfd2c96c9e9a..f7a041296d3d9972d3a9a933c1dd0267f4b3aa9c 100644 (file)
@@ -331,8 +331,6 @@ quiet_cmd_asn1_compiler = ASN.1   $@
       cmd_asn1_compiler = $(objtree)/scripts/asn1_compiler $< \
                                $(subst .h,.c,$@) $(subst .c,.h,$@)
 
-.PRECIOUS: $(objtree)/$(obj)/%-asn1.c $(objtree)/$(obj)/%-asn1.h
-
 $(obj)/%-asn1.c $(obj)/%-asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler
        $(call cmd,asn1_compiler)