etc/Makefile: remove modified config file in the clean target.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20090820020602-o2ki45yznf659a5q
This commit is contained in:
Juan RP 2009-08-20 04:06:02 +02:00
parent 62b514f6e1
commit ef2e2612be

View File

@ -9,6 +9,7 @@ all:
.PHONY: clean
clean:
-rm -f $(CONF_FILE).new
install:
if [ ! -d $(DESTDIR)$(ETCDIR) ]; then \