summaryrefslogtreecommitdiff
path: root/module/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-26 13:37:10 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-26 13:37:10 +0000
commit6acd64b847895b2aca81e5c1ed3138cb34a735a5 (patch)
tree9ad41bb67e6dc62a49432b38573622b04483e292 /module/Makefile
parentc0c262e8c412b57a425d75b54dc3db668d39e058 (diff)
downloadiconv-6acd64b847895b2aca81e5c1ed3138cb34a735a5.tar.gz
iconv-6acd64b847895b2aca81e5c1ed3138cb34a735a5.tar.bz2
Fix most of the bugs that crept in.
test/GNU needs sorting out, as it's currently broken. svn path=/trunk/iconv/; revision=6900
Diffstat (limited to 'module/Makefile')
-rw-r--r--module/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/module/Makefile b/module/Makefile
index 04c515e..192774d 100644
--- a/module/Makefile
+++ b/module/Makefile
@@ -1,7 +1,5 @@
-ifeq ($(TARGET),riscos)
- ifeq ($(COMPONENT_TYPE),binary)
- DIR_SOURCES := header.cmhg module.c menu.c wrapper.c
- endif
+ifeq ($(COMPONENT_TYPE),riscos-module)
+ DIR_SOURCES := header.cmhg module.c menu.c wrapper.c
endif
include build/makefiles/Makefile.subdir