OSDN Git Service

fix OMakefile
authormzp <mzpppp@gmail.com>
Mon, 17 Aug 2009 22:54:50 +0000 (07:54 +0900)
committermzp <mzpppp@gmail.com>
Mon, 17 Aug 2009 22:54:50 +0000 (07:54 +0900)
OMakefile
lib/habc/OMakefile

index 56ac79b..cc30551 100644 (file)
--- a/OMakefile
+++ b/OMakefile
@@ -231,7 +231,7 @@ if $(not $(OCAMLFIND_EXISTS))
     exit 1
 
 OCAMLINCLUDES += $(ROOT)
-.SUBDIRS: scm xml driver base lib camlp4 docs
+.SUBDIRS: scm xml driver base lib camlp4
 
 # ------------------------------
 # all
index c3f1b8a..254251d 100644 (file)
@@ -16,5 +16,7 @@ lib: $(LIBS)
 clean:
        ocaml-clean *.ho
 
-flash.ho : stub.stub.ho
-std.ho   : stub.stub.ho
\ No newline at end of file
+.SCANNER: flash.stub.ho : flash.stub.scm
+       println($"$@: stub.stub.ho")
+.SCANNER: std.ho : std.scm
+       println($"$@: stub.stub.ho")
\ No newline at end of file