stop building gendata. it is obsoleted

This commit is contained in:
ftang%netscape.com 1999-02-03 18:00:03 +00:00
parent 7390c0dd9c
commit 18cab4e127

View File

@ -48,11 +48,15 @@ $(PROGS): $(OBJS)
export::
install:: $(TARGETS)
$(INSTALL) $(PROGS) $(DIST)/bin
$(INSTALL) $(srcdir)/data/ctype.dat $(DIST)/bin/res/unicharutil
$(INSTALL) $(srcdir)/data/case.dat $(DIST)/bin/res/unicharutil
#install:: $(TARGETS)
# $(INSTALL) $(PROGS) $(DIST)/bin
# $(INSTALL) $(srcdir)/data/ctype.dat $(DIST)/bin/res/unicharutil
# $(INSTALL) $(srcdir)/data/case.dat $(DIST)/bin/res/unicharutil
#
#clobber::
# rm -f $(DIST)/bin/ucgendat
# rm -f $(PROGS) $(OBJS)
install::
clobber::
rm -f $(DIST)/bin/ucgendat
rm -f $(PROGS) $(OBJS)