From eb57074ab8570b170a0cc8bd27d424f6c343977f Mon Sep 17 00:00:00 2001 From: thurston Date: Fri, 2 Feb 2007 07:02:38 +0000 Subject: [PATCH] Updated SUBDIRS in the top-level makefile and the clean target in javagen. git-svn-id: http://svn.complang.org/ragel/trunk@56 052ea7fc-9027-0410-9066-f65837a77df0 --- Makefile.in | 2 +- javagen/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 9b16e8e..f390ce7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ # along with Ragel; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -SUBDIRS = common ragel rlcodegen test examples doc +SUBDIRS = common ragel rlcodegen javagen test examples doc #************************************* diff --git a/javagen/Makefile.in b/javagen/Makefile.in index ecb92bc..ca92848 100644 --- a/javagen/Makefile.in +++ b/javagen/Makefile.in @@ -62,7 +62,7 @@ distclean: clean rm -f Makefile clean: - rm -f tags .*.d *.o rlcodegen $(EXTRA_CLEAN) + rm -f tags .*.d *.o rlcodegen-java install: all install -d $(PREFIX)/bin -- 2.7.4