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 BINDIR =$(DESTDIR)\bin
SBINDIR=$(BINDIR) SBINDIR=$(BINDIR)
LIBEXECDIR=$(BINDIR) LIBEXECDIR=$(BINDIR)
ASMDIR=$(BINDIR)\asm ASMDIR=$(BINDIR)
!ifdef RELDIR !ifdef RELDIR
SRCDIR =$(SRC)\$(RELDIR) SRCDIR =$(SRC)\$(RELDIR)
@@ -346,9 +346,6 @@ mkdirs:
! if !exist($(BINDIR)) ! if !exist($(BINDIR))
$(MKDIR) $(BINDIR) $(MKDIR) $(BINDIR)
! endif ! endif
! if !exist($(ASMDIR))
$(MKDIR) $(ASMDIR)
! endif
! if !exist($(INCDIR)) ! if !exist($(INCDIR))
$(MKDIR) $(INCDIR) $(MKDIR) $(INCDIR)
! endif ! endif