]> granicus.if.org Git - yasm/commitdiff
Add assocdat.o to flat Makefiles; the VC++ ones will need to be fixed later.
authorPeter Johnson <peter@tortall.net>
Fri, 6 Feb 2004 21:06:34 +0000 (21:06 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 6 Feb 2004 21:06:34 +0000 (21:06 -0000)
svn path=/trunk/yasm/; revision=1095

Mkfiles/Makefile.dj
Mkfiles/Makefile.flat

index 0738a41ca9032b34d7d063c01c0e59592a9d4cdc..4e46d3d422cf91917713d1dea18f1ddcac9f960a 100644 (file)
@@ -16,6 +16,7 @@ all: yasm
 
 LIBYASM_OBJS= \
  libyasm/arch.o \
+ libyasm/assocdat.o \
  libyasm/bitvect.o \
  libyasm/bytecode.o \
  libyasm/errwarn.o \
index a90054b3114ee008a8e9b62b365a0ef3d212031c..5a014251b90ade2851618b382d25f2a17999c77a 100644 (file)
@@ -19,6 +19,7 @@ all: yasm
 
 LIBYASM_OBJS= \
  libyasm/arch.o \
+ libyasm/assocdat.o \
  libyasm/bitvect.o \
  libyasm/bytecode.o \
  libyasm/errwarn.o \