diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-01 15:37:03 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-01 15:37:03 +0300 |
commit | ce31567afbc01fe700913019061419207d1bbebb (patch) | |
tree | 0eb22e63127a19d3e91135f25a5d689345ff5417 /instsetoo_native | |
parent | f975a503fcf4acc5e9600f58bf0ed55c3a49b802 (diff) |
Goodbye to CWS_WORK_STAMP
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 20cd85fe2b97..92be378811fc 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -42,12 +42,7 @@ PYTHONPATH:=$(PWD)$/$(BIN):$(SOLARLIBDIR):$(SOLARLIBDIR)$/python:$(SOLARLIBDIR)$ .ENDIF # "$(GUI)"=="WNT" .EXPORT: PYTHONPATH -.IF "$(CWS_WORK_STAMP)"=="" || "$(UPDATER)"!="" ENABLE_DOWNLOADSETS*=TRUE -.ENDIF # "$(CWS_WORK_STAMP)"=="" || "$(UPDATER)"!="" -.IF "$(FORCE_DOWNLOADSETS)"!="" -ENABLE_DOWNLOADSETS=TRUE -.ENDIF # "$(FORCE_DOWNLOADSETS)"!="" .EXPORT: ENABLE_DOWNLOADSETS .EXPORT: LAST_MINOR |