From 37769358f30f6118cf2c527262679712bdc0ace5 Mon Sep 17 00:00:00 2001 From: jacob berkman Date: Fri, 1 Feb 2002 00:02:12 +0000 Subject: [PATCH] remove cat-id-tbl.c references (this really 2002-01-31 jacob berkman * Makefile.in.in: remove cat-id-tbl.c references (this really --- po/ChangeLog | 3 +++ po/Makefile.in.in | 6 ++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/po/ChangeLog b/po/ChangeLog index 4ab54594..24ad2f75 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,5 +1,8 @@ 2002-01-31 jacob berkman + * Makefile.in.in: remove cat-id-tbl.c references (this really + fixes this build) + * Makefile.in.in (DISTFILES): remove stamp-cat-id * Makefile.in.in: remove references to po2tbl.sed.in diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 5a3834f9..20ccd417 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -50,7 +50,7 @@ INCLUDES = -I.. -I$(top_srcdir)/intl COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) -SOURCES = cat-id-tbl.c +SOURCES = POFILES = @POFILES@ GMOFILES = @GMOFILES@ DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \ @@ -86,7 +86,7 @@ INSTOBJEXT = @INSTOBJEXT@ all: all-@USE_NLS@ -all-yes: cat-id-tbl.c $(CATALOGS) +all-yes: $(CATALOGS) all-no: $(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES) @@ -172,8 +172,6 @@ uninstall: check: all -cat-id-tbl.o: ../intl/libgettext.h - dvi info tags TAGS ID: mostlyclean: -- 2.34.1