From: Peter Johnson Date: Wed, 13 Jun 2001 05:25:21 +0000 (-0000) Subject: Added util.o to dependencies. X-Git-Tag: v0.1.0~461 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=377786e785b5ff1c9d3973dd5101839e19c1c2c2;p=yasm Added util.o to dependencies. svn path=/trunk/yasm/; revision=50 --- diff --git a/Makefile b/Makefile index 288529b7..f38663a0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 2001/05/30 23:35:55 peter Exp $ +# $Id: Makefile,v 1.6 2001/06/13 05:25:21 peter Exp $ # Makefile # # Copyright (C) 2001 Peter Johnson @@ -32,6 +32,7 @@ OBJS_BASE = \ symrec.o \ bytecode.o \ errwarn.o \ + util.o \ main.o \ $E OBJS = $(addprefix obj/, $(OBJS_BASE))