From: Peter Johnson Date: Sun, 20 May 2001 08:30:04 +0000 (-0000) Subject: Added errwarn.o to dependencies (error and warning reporting). X-Git-Tag: v0.1.0~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0049890bf176f9a4b97f71b274cb9ecf3b69035f;p=yasm Added errwarn.o to dependencies (error and warning reporting). svn path=/trunk/yasm/; revision=14 --- diff --git a/Makefile b/Makefile index 2380438f..b322dca0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2001/05/18 21:40:02 peter Exp $ +# $Id: Makefile,v 1.3 2001/05/20 08:30:04 peter Exp $ # Makefile # # Copyright (C) 2001 Peter Johnson @@ -31,6 +31,7 @@ OBJS_BASE = \ lex.yy.o \ symrec.o \ bytecode.o \ + errwarn.o \ main.o \ $E OBJS = $(addprefix obj/, $(OBJS_BASE))