On Tue, Sep 17, 2024 at 01:24:01PM +1000, Viktor Dukhovni wrote:

>   Makefile:
>     # Or (.cdb, ...) depending on the default database type
>     DBEXT = db
>     WANTS = recipient-access.${DBEXT}
> 
>     .SUFFIXES:
>     .SUFFIXES: .${DBEXT}
> 
>     all: ${WANTS}
> 
>     %.${DBEXT}: %
>             # Leading TAB
>             postmap $@

Oops, "postmap $<", not "postmap $@". Note that pattern rules are a
GNUmake feature, and are not, for example, supported in NetBSD make.

-- 
    Viktor.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to