From ebc4b9bcb4847a3e4b2edad484d605554ef9bc5c Mon Sep 17 00:00:00 2001 From: "ftang%netscape.com" Date: Wed, 6 Jan 1999 21:27:04 +0000 Subject: [PATCH] change make file so it will not automatic generate those dat file but have to do it with an table option --- modules/unicharutil/tools/makefile.win | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/unicharutil/tools/makefile.win b/modules/unicharutil/tools/makefile.win index 2135df4967fa..82bccfd92757 100644 --- a/modules/unicharutil/tools/makefile.win +++ b/modules/unicharutil/tools/makefile.win @@ -54,8 +54,7 @@ clobber:: $(PROG1): $(OBJDIR) ucgendat.c -$(CTYPE_DATA): $(PROG1) $(TABLESRC) - $(PROG1) $(UCGENFLAGS) $(TABLESRC) - -$(CASE_DATA): $(PROG1) $(TABLESRC) - $(PROG1) $(UCGENFLAGS) $(TABLESRC) +table:: $(TABLESRC) + type $(TABLESRC) > mergedtable.txt + $(PROG1) $(UCGENFLAGS) mergedtable.txt +