diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-16 00:53:09 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-16 00:53:09 +0300 |
commit | cc01633b548e839bb6d1b1aa2687bde29b8977ed (patch) | |
tree | 401c1d430ba0ddc602380b3a497c0989cb1a13dc /idlc/source | |
parent | c12d0402263f39fab8169a57a4545526342ed74c (diff) |
We do need to build this when cross-compiling to DESKTOP platforms
Diffstat (limited to 'idlc/source')
-rw-r--r-- | idlc/source/makefile.mk | 6 | ||||
-rw-r--r-- | idlc/source/preproc/makefile.mk | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/idlc/source/makefile.mk b/idlc/source/makefile.mk index 7b85efddd..0f4232fea 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 6afe98f5c..e6aa457e8 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= \ |