From: Dana Jansens Date: Wed, 2 Apr 2003 17:15:03 +0000 (+0000) Subject: rm the generated files on clean X-Git-Tag: openbox-3_0-rc1-RELEASE~1485 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7820ca56abb6016d0a849108e3954ad52e4411d8;p=dana%2Fopenbox.git rm the generated files on clean --- diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 66c3cf90..6aa2d111 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -44,5 +44,8 @@ y.tab.c: parse.yacc MAINTAINERCLEANFILES= Makefile.in +clean-local: + $(RM) y.tab.c y.tab.h lex.yy.c + distclean-local: $(RM) *\~ *.orig *.rej .\#*