From 0c1e64d7b70df64b2a97364d478b713908219c95 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 5 Jan 2012 15:01:21 +0200 Subject: [PATCH] makefile: add config.log to DISTCLEANFILES --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 634e087..a2ff1cc 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ pgbouncer_EMBED_LIBUSUAL = 1 # docs to install as-is dist_doc_DATA = README NEWS etc/pgbouncer.ini etc/userlist.txt -DISTCLEANFILES = config.mak config.status lib/usual/config.h +DISTCLEANFILES = config.mak config.status lib/usual/config.h config.log SUBDIRS = doc -- 2.39.5