diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:37:37 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:37:37 +0100 |
commit | f49c8e4496ffe24c982d7778c33b534e9b0f9b29 (patch) | |
tree | 17b6e4979e83ab01e6fdf940111d293a42d25700 /mysqlc | |
parent | 70539059dd2317afdf532d1e4a4a9524a154f773 (diff) |
Clean up makefiles
Diffstat (limited to 'mysqlc')
-rwxr-xr-x | mysqlc/source/makefile.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mysqlc/source/makefile.mk b/mysqlc/source/makefile.mk index 468504978d6c..31f8ce17f0e0 100755 --- a/mysqlc/source/makefile.mk +++ b/mysqlc/source/makefile.mk @@ -281,18 +281,6 @@ $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/DataAccess$/Drivers.xc @@-$(MKDIRHIER) $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/DataAccess @$(COPY) $< $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/DataAccess$/Drivers.xcu > $(NULLDEV) -# The below doesn't work - it's completely beyond me .... $@ is some strange path when echoed, so the whole construct -# doesn't work .... :( - -#$(foreach,i,$(COMPONENT_XCU) $(EXTENSIONDIR)$/$i : $i) -# @echo ----------------- -# @echo $@ -# @echo $< -# @echo ----------------- -# -$(MKDIRHIER) $(@:d) -# (COPY) $< $@ -# @echo ----------------- - # non-existing descriptions: copy from the English version .IF "$(strip $(MISSING_LANGS))" != "" $(foreach,i,$(MISSING_LANGS) $(EXTENSIONDIR)$/description$/description_$i.txt): .$/description$/description_en-US.txt |