Commit bf94070b authored by Andrey Filippov's avatar Andrey Filippov

delete .depend on make claen

parent 0914dd4b
......@@ -33,7 +33,7 @@ install: $(PROGS)
$(INSTALL) -m $(INSTMODE) -o $(INSTOWNER) -g $(INSTGROUP) xmlxmt.cgi $(DESTDIR)$(CGIDIR)
$(INSTALL) -m $(INSTMODE) -o $(INSTOWNER) -g $(INSTGROUP) editconf.php $(DESTDIR)$(CGIDIR)
clean:
rm -rf $(PROGS) *.o core
rm -rf $(PROGS) *.o core .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