From: thurston Date: Fri, 2 Feb 2007 07:02:38 +0000 (+0000) Subject: Updated SUBDIRS in the top-level makefile and the clean target in javagen. X-Git-Tag: 2.0_alpha~430 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb57074ab8570b170a0cc8bd27d424f6c343977f;p=external%2Fragel.git 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 --- 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