Mercurial > hg > Members > kono > nitros9-code
changeset 1097:264588ae1cd4
Fixed cc-1.1 to cc
author | boisy |
---|---|
date | Wed, 09 Apr 2003 16:06:26 +0000 |
parents | 57f004ae3206 |
children | 9c837761a347 |
files | 3rdparty/packages/makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/makefile Wed Apr 09 16:03:05 2003 +0000 +++ b/3rdparty/packages/makefile Wed Apr 09 16:06:26 2003 +0000 @@ -9,7 +9,7 @@ @$(ECHO) "* *" @$(ECHO) "*********************************************" $(CD) basic09; make - $(CD) cc-1.1; make + $(CD) cc; make $(CD) fsim2; make $(CD) koronis; make $(CD) kq3; make @@ -22,7 +22,7 @@ clean: -$(CD) basic09; make clean - -$(CD) cc-1.1; make clean + -$(CD) cc; make clean -$(CD) fsim2; make clean -$(CD) koronis; make clean -$(CD) kq3; make clean