From 8c0288337a5e9540a58f7859789f9cb3f94a259c Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 14 Oct 2013 18:34:50 +0200 Subject: [PATCH] Fix Makefile to not produce an error message when Makefile.config is not used --- examples/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/Makefile b/examples/Makefile index 6dab2c3..3bca110 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,5 +1,7 @@ -include ../Makefile.config +LLVM_CONFIG ?= llvm-config + .PHONY: all clean PDF = test.pdf StopWatch.pdf main.pdf Camera/Main.pdf Keyboard.pdf -- 2.39.2