From f5fd53ad24e0a7414f9ef0449935d940f8284459 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 10 Nov 2015 22:30:28 -0500 Subject: Fix make clean Clean the generated file not the source file. Signed-off-by: Simo Sorce Reviewed-by: Robbie Harwood --- .gitignore | 2 ++ proxy/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a0dd379..d1cae80 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,5 @@ install-sh ltmain.sh missing mkinstalldirs +proxy/examples/*.conf +proxy/examples/mech diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 4efa053..d7012d1 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -304,7 +304,7 @@ CLEANFILES = *.X */*.X */*/*.X \ examples/gssproxy.conf \ examples/24-nfs-server.conf \ examples/80-httpd.conf \ - examples/99-nfs-client.conf.in + examples/99-nfs-client.conf tests: all $(check_PROGRAMS) $(srcdir)/tests/runtests.py -- cgit