From 41d699a0eb71e783e26103f79ca02d0d959c07af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 9 Jun 2007 04:45:36 +0000 Subject: [PATCH] don't clean yacc/lex files in CLEANFILES, maintainers clean will do that for us. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21030 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/com_err/Makefile.am b/lib/com_err/Makefile.am index 7b687c694..c89a0b73a 100644 --- a/lib/com_err/Makefile.am +++ b/lib/com_err/Makefile.am @@ -21,8 +21,6 @@ compile_et_SOURCES = compile_et.c compile_et.h parse.y lex.l lex.h libcom_err_la_SOURCES = error.c com_err.c roken_rename.h $(ES) -CLEANFILES = lex.c parse.c parse.h - $(compile_et_OBJECTS): parse.h parse.c ## XXX broken automake 1.4s compile_et_LDADD = \