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 | 9a710436f9822934073debaba1fd7f527cc5e3c7 (patch) | |
tree | 2833a94c775087ba5787048a61861115c1d9ddc8 /include | |
parent | d3c8a6290a015a8c3e05e0811c601c213b589497 (diff) | |
download | ATCD-9a710436f9822934073debaba1fd7f527cc5e3c7.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 |