diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2001-07-12 12:56:18 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2001-07-12 12:56:18 +0000 |
commit | cd92c251f764c96f689ec368bf08818a970006da (patch) | |
tree | 9ac4382ff8102f816a8ff1522652c7cdcb3a7a19 /otherlibs/str/regex-0.12 | |
parent | fc53c99cdaa383612deaf1c41d92dee2c420dfa2 (diff) |
detabisation + suppression support MacOS/68k
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3574 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/str/regex-0.12')
-rw-r--r-- | otherlibs/str/regex-0.12/Makefile.Mac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/otherlibs/str/regex-0.12/Makefile.Mac b/otherlibs/str/regex-0.12/Makefile.Mac index dab5ab111..c7ccba5e0 100644 --- a/otherlibs/str/regex-0.12/Makefile.Mac +++ b/otherlibs/str/regex-0.12/Makefile.Mac @@ -27,17 +27,12 @@ version = 0.12 # are used. CPPFLAGS = -C = sc -COptions = -model far -w 29,35 {cdbgflag} - PPCC = mrc PPCCOptions = -w 29,35 {cdbgflag} DEFS = -d STDC_HEADERS -d STRING_H -d REGEX_MALLOC -default all Ä regex.c.o regex.c.x - -regex.c.o Ä regex.c regex.h +default all Ä regex.c.x {C} {COptions} {CPPFLAGS} {DEFS} regex.c -o regex.c.o regex.c.x Ä regex.c regex.h |