[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] configure --with-mta
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] configure --with-mta |
Date: |
Sun, 18 Sep 2005 18:56:09 +0200 |
User-agent: |
KMail/1.7.1 |
On Sunday 18 September 2005 18:26, Jean Delvare wrote:
> Hi all,
>
> The --with-mta option seems to be broken right now. When I use it,
> "make" returns:
>
> Makefile:47: *** missing separator. Stop.
>
> 43 define COMPAT_SYMLINK_install
> 44 install-compat-symlink-$(strip $(1)):
> 45 ln -sf $($(shell echo $(1)| $(AWK) '{print toupper($$1)}'))
> $(COMPAT_DIR)/$(strip $(1)) 46 endef
> 47
>
> Any clue?
Works for me. Could you please retry with CVS HEAD?
-- Andreas.