From 475c4aac7b3f95fa5a3ff84cc743b8878591c3e7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 16 Jun 2011 00:53:09 +0300 Subject: We do need to build this when cross-compiling to DESKTOP platforms --- idlc/source/makefile.mk | 6 ------ idlc/source/preproc/makefile.mk | 5 ----- 2 files changed, 11 deletions(-) (limited to 'idlc') diff --git a/idlc/source/makefile.mk b/idlc/source/makefile.mk index 7b85efddd58b..0f4232feadfe 100644 --- a/idlc/source/makefile.mk +++ b/idlc/source/makefile.mk @@ -37,12 +37,6 @@ INCPRE=$(MISC) # --- Settings ----------------------------------------------------- - -.IF "$(CROSS_COMPILING)"=="YES" -all: - @echo Nothing done when cross-compiling -.ENDIF - .INCLUDE : settings.mk # --- Files -------------------------------------------------------- diff --git a/idlc/source/preproc/makefile.mk b/idlc/source/preproc/makefile.mk index 6afe98f5cb42..e6aa457e8b3d 100644 --- a/idlc/source/preproc/makefile.mk +++ b/idlc/source/preproc/makefile.mk @@ -38,11 +38,6 @@ LIBSALCPPRT=$(0) .INCLUDE : settings.mk -.IF "$(CROSS_COMPILING)"=="YES" -all: - @echo Nothing done when cross-compiling -.ENDIF - # --- Files -------------------------------------------------------- OBJFILES= \ -- cgit