diff options
author | Andras Timar <atimar@suse.com> | 2011-09-27 21:33:07 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-28 13:48:10 +0200 |
commit | 05293cb04c707b12047ce2378894cf6b7bb67bbc (patch) | |
tree | 546bad7e2bc6f23dc3ca6ed191395b7703ba04aa /postprocess | |
parent | d455410a3de86d2c772a96e50ff0d4c066c1605e (diff) |
remove checks for unused BUILD_SPECIAL environment variable
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 639aa7cf2e08..8f23fc4a6dda 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -201,10 +201,6 @@ my_components += pythonloader my_components += component/desktop/unx/splash/splash .ENDIF -.IF "$(BUILD_SPECIAL)" != "" -my_components += oooimprovement -.END - .IF "$(DISABLE_ATL)" == "" my_components += emboleobj .END |