From 4eedc6022ec228331f040f10da22b5afc8cc89f0 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 5 Sep 2015 19:38:42 +0200 Subject: [PATCH] Register a dependency for the "indent" target It really should use public declarations only. --- src/target/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/project.conf b/src/target/project.conf index 3af91e2..8c9d292 100644 --- a/src/target/project.conf +++ b/src/target/project.conf @@ -31,4 +31,4 @@ sources=indent.c install=$(LIBDIR)/C99/target [indent.c] -depends=../../include/C99/target.h +depends=../../include/C99/target.h,../common.h