From 419801528066ea61546cde30c9f9f7f953e823b5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 2 Nov 2009 20:33:40 -0500 Subject: It appears I'd previously edited other files, but as far as I knew a moment ago: The Makefiles have had support for DESTDIR for some time. I just realised configure didn't Which lead me to find some bugs in configure's option handling. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5840c65..9662463 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ complete-% : %/ %-build : %/; $(MKDIR) $@ %-build/Makefile : %-build complete-% - cd $<; ../$(patsubst %-build,%/,$<)/configure + cd $<; ../$(patsubst %-build,%/,$<)/configure $(CONFIG) $(MAKE) -C $< Makefiles build-% : %-build %-build/Makefile; $(MAKE) -C $< -- cgit v1.2.3