removed -i flag
authorceriel <none@none>
Tue, 19 Feb 1991 16:57:39 +0000 (16:57 +0000)
committerceriel <none@none>
Tue, 19 Feb 1991 16:57:39 +0000 (16:57 +0000)
40 files changed:
mach/6500/as/Makefile
mach/6500/cg/Makefile
mach/6800/as/Makefile
mach/6805/as/Makefile
mach/6809/as/Makefile
mach/arm/as/Makefile
mach/arm/ncg/Makefile
mach/arm/top/Makefile
mach/i386/as/Makefile
mach/i386/ncg/Makefile
mach/i80/as/Makefile
mach/i80/ncg/Makefile
mach/i86/as/Makefile
mach/i86/ncg/Makefile
mach/m68020/as/Makefile
mach/m68020/ncg/Makefile
mach/m68020/top/Makefile
mach/m68k2/as/Makefile
mach/m68k2/ncg/Makefile
mach/m68k2/top/Makefile
mach/m68k4/ncg/Makefile
mach/moon3/ncg/Makefile
mach/ns/as/Makefile
mach/ns/ncg/Makefile
mach/pdp/as/Makefile
mach/pdp/cg/Makefile
mach/pdp/ncg/Makefile
mach/pdp/top/Makefile
mach/proto/as/Makefile
mach/proto/cg/Makefile
mach/proto/ncg/Makefile
mach/proto/top/Makefile
mach/s2650/as/Makefile
mach/vax4/as/Makefile
mach/vax4/cg/Makefile
mach/vax4/top/Makefile
mach/z80/as/Makefile
mach/z80/cg/Makefile
mach/z8000/as/Makefile
mach/z8000/cg/Makefile

index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 1eaede3..22f5f60 100644 (file)
@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 5d0c991..f5e2bda 100644 (file)
@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg
index 3701f05..5790842 100644 (file)
@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 5d0c991..f5e2bda 100644 (file)
@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 5d0c991..f5e2bda 100644 (file)
@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 5d0c991..f5e2bda 100644 (file)
@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 5d0c991..f5e2bda 100644 (file)
@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg
index 3701f05..5790842 100644 (file)
@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 5d0c991..f5e2bda 100644 (file)
@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg
index 3701f05..5790842 100644 (file)
@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c
index 5d0c991..f5e2bda 100644 (file)
@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg
index 5d0c991..f5e2bda 100644 (file)
@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 5d0c991..f5e2bda 100644 (file)
@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 1eaede3..22f5f60 100644 (file)
@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg
index 5d0c991..f5e2bda 100644 (file)
@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg
index 3701f05..5790842 100644 (file)
@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 1eaede3..22f5f60 100644 (file)
@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg
index 5d0c991..f5e2bda 100644 (file)
@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg
index 3701f05..5790842 100644 (file)
@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 1eaede3..22f5f60 100644 (file)
@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg
index 3701f05..5790842 100644 (file)
@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 1eaede3..22f5f60 100644 (file)
@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg
index 8fde4cc..7455a48 100644 (file)
@@ -10,7 +10,7 @@ FFLAG =
 INCL   = -I. -I$h $(DEF)
 CFLAGS = $(FFLAG) -O $(INCL)
 YFLAGS = -d
-LDFLAGS        = $(FFLAG) -i
+LDFLAGS        = $(FFLAG)
 
 CSRC   = $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
          $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c
index 1eaede3..22f5f60 100644 (file)
@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg