diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-01 19:55:45 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-01 19:55:45 +0000 |
commit | 3474619a6c791934e871975f5518678aed49c0f7 (patch) | |
tree | 2833a94c775087ba5787048a61861115c1d9ddc8 /include | |
parent | 33baa8a7e19016c75415ec59f96627f6b616ccdb (diff) | |
download | ATCD-3474619a6c791934e871975f5518678aed49c0f7.tar.gz |
include trailing "/" in TOOLENV definition
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_chorus.GNU | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/platform_chorus.GNU b/include/makeinclude/platform_chorus.GNU index 35d49325938..1dde225eaca 100644 --- a/include/makeinclude/platform_chorus.GNU +++ b/include/makeinclude/platform_chorus.GNU @@ -14,7 +14,7 @@ include $(CLASSIXDIR)/dtool/htgt-cf.rf # # Tool PATH # -TOOLDIR = $(XDIR)/bin +TOOLDIR = $(XDIR)/bin/ INC_DIR = $(CLASSIXDIR)/include BIN_DIR = LIB_DIR = $(CLASSIXDIR)/lib @@ -42,8 +42,8 @@ LDFLAGS += -r -Ur -nostdlib \ OCFLAGS += -O2 PIC = -fPIC -AR = $(TOOLDIR)/ar +AR = $(TOOLDIR)ar ARFLAGS = srv -RANLIB = $(TOOLDIR)/ranlib +RANLIB = $(TOOLDIR)ranlib PRELIB = @true |