From 45fa88c4679c8c95f681f94243c9ad1b60900d28 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 21 Nov 2005 03:36:42 +0000 Subject: [PATCH] build fix --- webcit/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webcit/Makefile.in b/webcit/Makefile.in index f5be6d5ce..63eff9fae 100644 --- a/webcit/Makefile.in +++ b/webcit/Makefile.in @@ -30,7 +30,8 @@ clean: rm -f *.o webcit webserver distclean: clean - rm -f Makefile config.cache config.log config.status\ + rm -f Makefile config.cache config.log config.status \ + po/Makefile po/Makefile.in \ $(srcdir)/TAGS setup: setup.o tools.o -- 2.30.2