From e0241a7dd30711d76bf07692e6e533f9fa4a516e Mon Sep 17 00:00:00 2001 From: mzp Date: Fri, 4 Sep 2009 17:49:56 +0900 Subject: [PATCH] update toplevel OMakefile --- OMakefile | 6 +++--- scm/parser/OMakefile | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/OMakefile b/OMakefile index c143f86..ec7a8c1 100644 --- a/OMakefile +++ b/OMakefile @@ -241,13 +241,13 @@ OCAMLINCLUDES += $(ROOT) # ------------------------------ # all # ------------------------------ -habc-scm$(EXE): scm/src/habc-scm$(EXE) +habc-scm$(EXE): scm/habc-scm$(EXE) ln-or-cp $^ . -habc-xml$(EXE): xml/src/habc-xml$(EXE) +habc-xml$(EXE): xml/habc-xml$(EXE) ln-or-cp $^ . -habc$(EXE) : driver/src/habc$(EXE) +habc$(EXE) : driver/habc$(EXE) ln-or-cp $^ . PROGRAM = habc$(EXE) habc-xml$(EXE) habc-scm$(EXE) diff --git a/scm/parser/OMakefile b/scm/parser/OMakefile index 9d1dcf8..15eacbe 100644 --- a/scm/parser/OMakefile +++ b/scm/parser/OMakefile @@ -20,8 +20,6 @@ OUnitTest(lexer ,lexer parsec) OUnitTest(sexp ,sexp parsec) OUnitTest(lisp ,lisp sexp parsec lexer) - - # phony .PHONY: clean .DEFAULT: -- 2.11.0