From f49c8e4496ffe24c982d7778c33b534e9b0f9b29 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 1 Feb 2011 17:37:37 +0100 Subject: Clean up makefiles --- mysqlc/source/makefile.mk | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'mysqlc') 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 -- cgit