From bc5e203f7787980f65f81ddbf69a619ab34fa85e Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 9 Mar 2004 12:41:22 +0000 Subject: toxy alpha6 svn path=/trunk/externals/miXed/; revision=1396 --- toxy/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toxy/Makefile') diff --git a/toxy/Makefile b/toxy/Makefile index 1718111..a9b675c 100644 --- a/toxy/Makefile +++ b/toxy/Makefile @@ -1,6 +1,6 @@ ROOT_DIR = .. -redefault: default.wiq default -default.wiq: $(ROOT_DIR)/test/toxy/default.wid +redefault: setup.wiq default +setup.wiq: $(ROOT_DIR)/test/toxy/setup.wid $(ROOT_DIR)/quoteinitializer $< \ - '"puts [concat loading built-in widget definitions]\n"' > $@ + '"puts stderr [concat loading built-in widget definitions]\n"' > $@ include $(ROOT_DIR)/Makefile.common -- cgit v1.2.1