Remove stamp-nat in cleanfiles.
authortwisti <none@none>
Tue, 30 Mar 2004 21:36:03 +0000 (21:36 +0000)
committertwisti <none@none>
Tue, 30 Mar 2004 21:36:03 +0000 (21:36 +0000)
Makefile.am

index 265304cdfdacfe2da9625221389863336685bdc9..4a8792b315b715fa343a38131f6ff3e8a5b080fd 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 963 2004-03-15 07:37:49Z jowenn $
+# $Id: Makefile.am 993 2004-03-30 21:36:03Z twisti $
 
 @SET_MAKE@
 
@@ -18,6 +18,7 @@ EXTRA_DIST = \
        nativecalls.h
 
 CLEANFILES = \
+       stamp-nat \
        jit/@ARCH_DIR@/offsets.h \
        nativetable.hh \
        nativetypes.hh
@@ -210,9 +211,6 @@ native.c: nativetypes.hh jit/@ARCH_DIR@/offsets.h nativetable.hh
 checkjvm:
        $(MAKE) -C jvmtst $@
 
-clean:
-       rm -f stamp-nat
-
 
 ## Local variables:
 ## mode: Makefile