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

delete .depend on make claen

parent 700550ef
...@@ -13,3 +13,4 @@ bitbake-logs ...@@ -13,3 +13,4 @@ bitbake-logs
*.o *.o
*.cgi *.cgi
.depend .depend
/image/
...@@ -30,7 +30,7 @@ install: $(PROGS) $(PHPSCRIPTS) $(CONFIGS) ...@@ -30,7 +30,7 @@ install: $(PROGS) $(PHPSCRIPTS) $(CONFIGS)
$(INSTALL) $(OWN) -m $(INSTMODE) $(PROGS) $(DESTDIR)$(CGIDIR) $(INSTALL) $(OWN) -m $(INSTMODE) $(PROGS) $(DESTDIR)$(CGIDIR)
clean: clean:
rm -rf $(PROGS) *.o *~ rm -rf $(PROGS) *.o *~ .depend
depend: .depend depend: .depend
.depend: $(SRCS) .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