Windows: No separate assembly directory
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user