Kaydet (Commit) 06bc09ab authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Fix a funny build issue in sdext when not building presenter console.

üst ce498135
......@@ -42,14 +42,14 @@ MAXLINELENGTH:=80000
PACKAGE=com.sun.PresenterScreen-$(PLATFORMID)
.IF "$(L10N_framework)"==""
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.IF "$(ENABLE_PRESENTER_SCREEN)" == "NO"
@all:
@echo "Presenter Screen build disabled."
.ELSE
.IF "$(L10N_framework)"==""
.INCLUDE : $(PRJ)$/util$/makefile.pmk
DLLPRE=
common_build_zip=
......@@ -379,10 +379,9 @@ $(DESCRIPTION) $(PHONYDESC) : $$(@:f)
$(TYPE) $(DESCRIPTION_TMP) | sed s/UPDATED_PLATFORM/$(PLATFORMID)/ > $@
@@-$(RM) $(DESCRIPTION_TMP)
.ENDIF # "$(ENABLE_PRESENTER_SCREEN)" != "NO"
.ELSE
ivo:
$(ECHO)
.ENDIF # L10N_framework
.ENDIF # "$(ENABLE_PRESENTER_SCREEN)" != "NO"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment