Fix some errors in the clean target of the windows native build

This commit is contained in:
Gregory Nutt 2014-02-10 07:37:43 -06:00
parent c4c49ffbb3
commit f41e81e080

View File

@ -119,7 +119,6 @@ depend: .depend
clean:
$(call DELFILE, .built)
$(call CLEAN)
$(Q) rm -rf ..$(DELIM)..$(DELIM)builtin$(DELIM)registry$(DELIM)$(APPNAME)_main.*
distclean: clean
$(call DELFILE, Make.dep)