diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-09 12:18:24 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-09 12:18:24 +0000 |
commit | be9f2f92264447724eb561c8c124465b2805a6ab (patch) | |
tree | 7998217b5e728fb288bf3939af89eefcc4ac6887 /extra | |
parent | dbedb35f6cac0eb5e603f91065ddc6823ac0fb15 (diff) |
- mention a FIXME for some make guru :)
Diffstat (limited to 'extra')
-rw-r--r-- | extra/locale/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/locale/Makefile.in b/extra/locale/Makefile.in index 798166497..27a11612b 100644 --- a/extra/locale/Makefile.in +++ b/extra/locale/Makefile.in @@ -113,6 +113,10 @@ endif endif +# FIXME: Perhaps this would work with secondary expansion like approximately +#$(locale_HOBJ): $(locale_OUT)/% : $(locale_DIR)/%.c | $$(DEPH-%) +# $(hcompile.u) + $(locale_OUT)/gen_collate : $(locale_DIR)/gen_collate.c | $(DEPH-gen_collate) $(hcompile.u) |