aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-05-07 00:06:41 +0200
committerlns <matzeton@googlemail.com>2022-05-07 00:06:41 +0200
commit36208854d436cdc261002709230b1acf61d7112f (patch)
tree9575f35b9b1d8af486483d292f89357328929f80 /Makefile.inc
parente38318e2432042f8d5ec8fa52a8f0d69e3eaba24 (diff)
Added some (useful?) informations to the read!me.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 111ff94..7d946f2 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -83,7 +83,7 @@ is_set = \
path_exists = \
$(if $(realpath $1),, \
- $(error ERROR: $1 does not exist, run `make -C $(DPP_ROOT) -f Makefile.deps` first.))
+ $(error ERROR: $1 does not exist, run `make -C $(DPP_ROOT) deps` first.))
define CHECK_REQUIRED_PATHS
$(call path_exists,$(CC))