summaryrefslogtreecommitdiff
path: root/module/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 22:32:29 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 22:32:29 +0000
commitbf48bbc8583ed2d742d8c98e6105bd559ae48890 (patch)
treefbb3cacd363b00e6522b4c956cc89c6d06fa6332 /module/Makefile
parentadcc0f9106753140a5c5feab9e243e9ecb71a4f8 (diff)
downloadiconv-bf48bbc8583ed2d742d8c98e6105bd559ae48890.tar.gz
iconv-bf48bbc8583ed2d742d8c98e6105bd559ae48890.tar.bz2
Dump the list of known encoding aliases when asked. Don't expect any kind of sort order -- that would require a level of thought I don't have right now.
svn path=/trunk/iconv/; revision=5746
Diffstat (limited to 'module/Makefile')
-rw-r--r--module/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Makefile b/module/Makefile
index fb618db..0b1ef05 100644
--- a/module/Makefile
+++ b/module/Makefile
@@ -78,7 +78,7 @@ endef
# Build rules for each module object
define compile_module
-$(2): $(1)
+$(2): aliases $(1)
@$$(ECHO) $$(ECHOFLAGS) "==> $(1)"
@$$(CC) -c $$(RELEASECFLAGS) -o $$@ $(1)