diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-02-16 09:49:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-16 15:25:38 +0200 |
commit | b57a1f2f4d693902a1720b5d4e47fa60cfba7ce0 (patch) | |
tree | 269f484cfad730fdee4f72702a90629fae14319e /jvmaccess | |
parent | a1fe0a772f40c221f5d788192543352b302ac4e8 (diff) |
Reduce verbiage slightly
Diffstat (limited to 'jvmaccess')
-rw-r--r-- | jvmaccess/source/makefile.mk | 4 | ||||
-rw-r--r-- | jvmaccess/util/makefile.mk | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/jvmaccess/source/makefile.mk b/jvmaccess/source/makefile.mk index 8c19c93fcaff..39aad375fa4c 100644 --- a/jvmaccess/source/makefile.mk +++ b/jvmaccess/source/makefile.mk @@ -34,8 +34,10 @@ ENABLE_EXCEPTIONS = TRUE .INCLUDE: settings.mk .IF "$(OS)" == "IOS" + ALL: - @echo Nothing done for $(OS) +# nothing + .ENDIF SLOFILES = \ diff --git a/jvmaccess/util/makefile.mk b/jvmaccess/util/makefile.mk index 9553973361b5..637efedeb347 100644 --- a/jvmaccess/util/makefile.mk +++ b/jvmaccess/util/makefile.mk @@ -38,8 +38,10 @@ UNIXVERSIONNAMES = UDK .INCLUDE: settings.mk .IF "$(OS)" == "IOS" + ALL: - @echo Nothing done for $(OS) +# nothing + .ENDIF .IF "$(UNIXVERSIONNAMES)" == "" |