-# Copyright (c) 2001 IBM, Inc. and others
+# Copyright (c) 2001-2006 IBM, Inc. and others
#
# fortune_resources.mak
#
# clear out the built-in ones (for .c and the like), and add
# the definition for .txt to .res.
#
-.SUFFIXES :
.SUFFIXES : .txt
#
# -t fools make into thinking there are files such as es.res, etc
#
.txt.res:
- $(ICUDIR)\bin\genrb -t --package-name fortune_resources -d . $*.txt
+ $(ICUDIR)\bin\genrb -d . $*.txt
#
# all - nmake starts here by default