poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tivial Patch] Do not rely on GNU Make extension


From: Luca Saiu
Subject: [Tivial Patch] Do not rely on GNU Make extension
Date: Sun, 03 Nov 2019 21:52:14 +0100
User-agent: Gnus (Gnus v5.13), GNU Emacs 27.0.50, x86_64-pc-linux-gnu

Hello.

As promised, I am including a trivial fix to avoid relying on GNU Make
extensions for building.

The big patch is coming.

Regards,

-- 
Luca Saiu
* My personal web site:  http://ageinghacker.net
* GNU epsilon:           http://www.gnu.org/software/epsilon
* Jitter:                http://ageinghacker.net/projects/jitter

I support everyone's freedom of mocking any opinion or belief, no
matter how deeply held, with open disrespect and the same unrelented
enthusiasm of a toddler who has just learned the word "poo".
commit 9e811a90f8318b835e3c23bd789a84e61b669c49
Author: Luca Saiu <address@hidden>
Date:   Sat Nov 2 18:31:45 2019 +0100

    do not rely on GNU Make extension
    
    Convert %-style pattern to a standard pattern.
    
    * src/Makefile.am (.pks.pkc): Do not rely on GNU Make extension.

diff --git a/src/Makefile.am b/src/Makefile.am
index 500c684..4384fe9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -52,7 +52,7 @@ poke_SOURCES = poke.c poke.h \
                pkl-insn.def pkl-ops.def pkl-attrs.def
 
 
-%.pkc: %.pks
+.pks.pkc:
        srcdir=$(srcdir) $(srcdir)/ras $< > $@
 
 # XXX this shouldn't be necessary?

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]