From 1c0fef269f3c5925e4940d90378363532419fd57 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 12 Aug 2018 10:32:20 +0200 Subject: [PATCH] Makefile.am: use automatic variable for target This should be less error-prone. Signed-off-by: Sven Verdoolaege --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 970b3c6..e8c347d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -155,7 +155,7 @@ isl.py: interface/isl.py.top --language=python \ $(DEFAULT_INCLUDES) @ISL_CFLAGS@ \ "@ISL_SRCDIR@/interface/all.h") \ - > isl.py + > $@ dist-hook: isl.py cp $< $(distdir)/ -- 2.11.4.GIT