diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-05-11 13:23:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-05-11 13:23:59 +0200 |
commit | f35b5d0903d270da04a5a3262ab1f6a513cd9fb6 (patch) | |
tree | 6b54cffdaecf8606ed1d3eb3c96bd466c53d7151 /postprocess | |
parent | 17b375076cff9d1dfcdf21fa9f501210a75c0020 (diff) |
Stray line-joining backslash
Change-Id: Id04740ef411bb481e888bed6fedc7b2506173825
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packregistry/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index 0f05cd6dcb4b..290b3c503371 100644 --- a/postprocess/packregistry/makefile.mk +++ b/postprocess/packregistry/makefile.mk @@ -458,7 +458,7 @@ MY_FILES_gnome += \ .END .IF "$(ENABLE_ONLINE_UPDATE)" == "TRUE" -MY_XCDS += $(MISC)/onlineupdate.xcd \ +MY_XCDS += $(MISC)/onlineupdate.xcd MY_DEPS_onlineupdate = main MY_FILES_onlineupdate = \ $(MY_MOD)/org/openoffice/Office/Addons-onlineupdate.xcu \ |