no -fno-exceptions to the C compiler.

This commit is contained in:
steve 1999-11-21 20:02:37 +00:00
parent 7324673bd1
commit b769c7781e
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.11 1999/11/10 02:52:24 steve Exp $"
#ident "$Id: Makefile.in,v 1.12 1999/11/21 20:02:37 steve Exp $"
#
#
SHELL = /bin/sh
@ -55,7 +55,7 @@ all: libvvm.a
%.o dep/%.d: %.c
@[ -d dep ] || mkdir dep
$(CC) -Wall -fno-exceptions $(CFLAGS) -MD -c $< -o $*.o
$(CC) -Wall $(CFLAGS) -MD -c $< -o $*.o
mv $*.d dep
O = vvm_bit.o vvm_calltf.o vvm_event.o vvm_pevent.o \