summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 18:28:06 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 18:28:06 +0000
commitfe23e35834d65dbeca5ed9b032f1424845f604ba (patch)
tree3a9100ee321defc25338633bd8066055516dee1a /test
parenteaa5a508641a35871452ea3d3413745c58521023 (diff)
downloadiconv-fe23e35834d65dbeca5ed9b032f1424845f604ba.tar.gz
iconv-fe23e35834d65dbeca5ed9b032f1424845f604ba.tar.bz2
Stage Aliases file directly into distribution template.
Fix compilation of makealiases when cross-compiling. Update dependencies so that aliases file gets built when needed. svn path=/trunk/iconv/; revision=5738
Diffstat (limited to 'test')
-rw-r--r--test/GNU/Makefile2
-rw-r--r--test/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/GNU/Makefile b/test/GNU/Makefile
index 3f3e567..e770181 100644
--- a/test/GNU/Makefile
+++ b/test/GNU/Makefile
@@ -231,7 +231,7 @@ define compile_test
ifeq ($(HOST),riscos)
$(2): $(1)
else
-$(2): $$(TOP)/$$(COMPONENT)-debug.a module $(1)
+$(2): $$(TOP)/$$(COMPONENT)-debug.a module aliases $(1)
endif
@$$(ECHO) $$(ECHOFLAGS) "==> $(1)"
@$$(CC) -c -g $$(DEBUGCFLAGS) -o $$@.o $(1)
diff --git a/test/Makefile b/test/Makefile
index e540107..a11f948 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -75,7 +75,7 @@ define compile_test
ifeq ($(HOST),riscos)
$(2): $(1)
else
-$(2): $$(TOP)/$$(COMPONENT)-debug.a $(1)
+$(2): $$(TOP)/$$(COMPONENT)-debug.a aliases $(1)
endif
@$$(ECHO) $$(ECHOFLAGS) "==> $(1)"
@$$(CC) -c -g $$(DEBUGCFLAGS) -o $$@.o $(1)