Updated SUBDIRS in the top-level makefile and the clean target in javagen.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 2 Feb 2007 07:02:38 +0000 (07:02 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 2 Feb 2007 07:02:38 +0000 (07:02 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@56 052ea7fc-9027-0410-9066-f65837a77df0

Makefile.in
javagen/Makefile.in

index 9b16e8e..f390ce7 100644 (file)
@@ -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
 
 #*************************************
 
index ecb92bc..ca92848 100644 (file)
@@ -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