From ca76c75f8a24d0cd6828fe16ca3790a277b35f8d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 6 Oct 2010 14:06:27 -0700 Subject: [PATCH] build: pick on on modified extension files We build more than one file nowadays. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 97cdd82..f6c2ebb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -155,7 +155,7 @@ ext := ext/kgio/kgio_ext.$(DLEXT) ext/kgio/Makefile: ext/kgio/extconf.rb cd $(@D) && $(RUBY) extconf.rb -$(ext): ext/kgio/kgio_ext.c ext/kgio/Makefile +$(ext): $(wildcard ext/kgio/*.[ch] ext/kgio/*/*.h) ext/kgio/Makefile $(MAKE) -C $(@D) all:: test -- 2.11.4.GIT