=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/Makefile.in,v retrieving revision 1.7 retrieving revision 1.9 diff -u -p -r1.7 -r1.9 --- OpenXM/src/kan96xx/Kan/Makefile.in 2003/09/02 03:24:48 1.7 +++ OpenXM/src/kan96xx/Kan/Makefile.in 2003/09/11 00:52:05 1.9 @@ -1,4 +1,4 @@ -### $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.6 2003/07/21 13:36:41 takayama Exp $ +### $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.8 2003/09/02 03:31:12 takayama Exp $ # # depends on install-gmp, install-gc [install-asir-gc] # ( cd ../plugin ; make ) @@ -37,7 +37,7 @@ PLUGIN_LINKFLAG = configure: Makefile Makefile: Makefile.in - ./configure + sh ./configure HEADERS = datatype.h stackm.h lookup.h extern.h kclass.h @@ -144,4 +144,5 @@ plugin.sm1 : Makefile $(PLUGIN_SM1) clean : rm -f mklookup mm core sm1 lookup.h smacro.h *.o *~ *.a mon.out sm1.nogc kanlib.a plugin.h plugin.hh plugin-tmp/*.o Kclass/*.o Kclass/*~ makeconf makeconf.sed - +distclean : clean + rm -f Makefile