about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 84a4303..6df9c5e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -8,6 +8,8 @@ pkg_extra += ext/kcar/kcar.c
 ext/kcar/kcar.c: ext/kcar/kcar.rl ext/kcar/kcar_http_common.rl
         cd $(@D) && $(RAGEL) kcar.rl -C $(RLFLAGS) -o $(@F)
 include pkg.mk
+$(ext_pfx)/$(ext)/kcar.c: ext/kcar/kcar.c
+$(ext_pfx)/$(ext)/Makefile: ext/kcar/kcar.c
 ifneq ($(VERSION),)
 release::
         $(RAKE) raa_update VERSION=$(VERSION)