about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-06 10:21:30 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-06 10:21:30 +0000
commitb702c53ad61c7eafef39de60d2afb9d3e856f1fa (patch)
treedcc69467b23761a47752bee74e95acc774b09524
parent43d0053f29c2080c0499acf39712add72c06fb2c (diff)
downloadkcar-b702c53ad61c7eafef39de60d2afb9d3e856f1fa.tar.gz
Oops!
-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)