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 --- proxy/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy') 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