diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-11-05 00:39:43 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-11-05 00:39:43 +0100 |
commit | 06bc09ab3839e0644375d40169882804d4ec76fe (patch) | |
tree | 918b21e3af908472eaeb4f3370de4f23ade0f3ea /sdext | |
parent | ce498135816faa56f9e843f5b411e494f50dc4cf (diff) |
Fix a funny build issue in sdext when not building presenter console.
Diffstat (limited to 'sdext')
-rwxr-xr-x | sdext/source/presenter/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk index 8e4815577160..abba4d8d44e2 100755 --- a/sdext/source/presenter/makefile.mk +++ b/sdext/source/presenter/makefile.mk @@ -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" |