diff options
author | Luke Shumaker <luke@HP-dv6426us-u904.(none)> | 2009-11-02 20:33:40 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:18 -0600 |
commit | 419801528066ea61546cde30c9f9f7f953e823b5 (patch) | |
tree | 55f9196d32710272fb07080ecf0863ce9e63ba76 /Makefile | |
parent | 2db6b833176b0a0a55de21a38a83bd97df537191 (diff) |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< |