X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=Remakefile.in;h=d173e8354efa3d2312315efac18531899bcfd4cb;hp=eecc365943d24088a363449433cbbd4bc2987311;hb=0ef88e3bb1cc9fea830978723813dd8d23837039;hpb=40be10d6895c7ec90dfe74933d57d3685cd30e18 diff --git a/Remakefile.in b/Remakefile.in index eecc365..d173e83 100644 --- a/Remakefile.in +++ b/Remakefile.in @@ -18,7 +18,7 @@ configure config.status: configure.in autoconf ./config.status --recheck -src/%.native: +%.native: base=${1%.native} src=${base}.ml obj=${base}.cmx @@ -28,7 +28,7 @@ src/%.native: OBJS=$(@OCAMLDEP@ $OCAMLDEPNATIVE $OCAMLFINDFLAGS -modules $SRCS | tools/osort.sh cmx) @OCAMLOPT@ -o "$1" @OCAMLFLAGS@ @OCAMLOPTFLAGS@ $OCAMLFINDLINKFLAGS $OCAMLFINDFLAGS $OBJS -src/%.byte: +%.byte: base=${1%.byte} src=${base}.ml obj=${base}.cmo