Windows: No separate assembly directory

This commit is contained in:
Asanka Herath
2010-08-20 01:45:11 -04:00
parent f56c77103d
commit e9e33710ce

View File

@@ -80,7 +80,7 @@ LIBDIR =$(DESTDIR)\lib
BINDIR =$(DESTDIR)\bin
SBINDIR=$(BINDIR)
LIBEXECDIR=$(BINDIR)
ASMDIR=$(BINDIR)\asm
ASMDIR=$(BINDIR)
!ifdef RELDIR
SRCDIR =$(SRC)\$(RELDIR)
@@ -346,9 +346,6 @@ mkdirs:
! if !exist($(BINDIR))
$(MKDIR) $(BINDIR)
! endif
! if !exist($(ASMDIR))
$(MKDIR) $(ASMDIR)
! endif
! if !exist($(INCDIR))
$(MKDIR) $(INCDIR)
! endif