Commit 420e869b authored by Andrey Filippov's avatar Andrey Filippov

delete .depend on make claen

parent 700550ef
......@@ -13,3 +13,4 @@ bitbake-logs
*.o
*.cgi
.depend
/image/
......@@ -30,7 +30,7 @@ install: $(PROGS) $(PHPSCRIPTS) $(CONFIGS)
$(INSTALL) $(OWN) -m $(INSTMODE) $(PROGS) $(DESTDIR)$(CGIDIR)
clean:
rm -rf $(PROGS) *.o *~
rm -rf $(PROGS) *.o *~ .depend
depend: .depend
.depend: $(SRCS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment