diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-14 21:35:06 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-14 21:35:06 +0000 |
commit | e641abc3b1f01e285240035221f5ddae32209bb3 (patch) | |
tree | 25298159eda57903011aa3c0d33035e8f378bc79 /=Maketools | |
parent | 2251c0527db1bb2230d7af971b3671cc749cd696 (diff) |
Formerly Maketools.~4~
Diffstat (limited to '=Maketools')
-rw-r--r-- | =Maketools | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ CCVERSION=2.5.8 CCTYPE=-b $(CCTARGET) -V $(CCVERSION) HOST_CC := $(CC) -CC=gcc $(CCTYPE) -O2 -pipe +CC=gcc $(CCTYPE) -O2 -pipe # Ceci n'est pas une pipe. MIGCOM=rsh $(mighost) cd `pwd` \; /usr/local/lib/migcom CPP=/usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/cpp export CPP |