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 | dea8161e0f4b0b3f88dfe95a137615f2be97445a (patch) | |
tree | 7a5f240462189d6c77d69b2d2e4f6fcb6e6f1872 /=Maketools | |
parent | 8bd32534808830ad8a6842a5f24f71b17fe46e14 (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 |