From: Bruno Haible Date: Thu, 16 Aug 2001 16:17:58 +0000 (+0000) Subject: Remove the rules for compilation of C code. X-Git-Tag: v0.11~545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3644b2753b710d0c97247731804b6403b602e8d;p=thirdparty%2Fgettext.git Remove the rules for compilation of C code. --- diff --git a/po/ChangeLog b/po/ChangeLog index 3f94a4d66..2201fd275 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,10 @@ +2001-07-28 Bruno Haible + + * Makefile.in.in (CC, DEFS, CFLAGS, CPPFLAGS, INCLUDES, COMPILE): + Remove variables. + (.SUFFIXES): Remove .c and .o. + (.c.o): Remove rule. + 2001-07-22 Bruno Haible * LINGUAS: New file, extracted from toplevel configure.in. diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 2636ea857..bf3998380 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -33,20 +33,11 @@ INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = @MKINSTALLDIRS@ mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` -CC = @CC@ GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ MSGMERGE = msgmerge -DEFS = @DEFS@ -CFLAGS = @CFLAGS@ -CPPFLAGS = @CPPFLAGS@ - -INCLUDES = -I.. -I$(top_srcdir)/intl - -COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) - POFILES = @POFILES@ GMOFILES = @GMOFILES@ DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ @@ -57,10 +48,7 @@ POTFILES = \ CATALOGS = @CATALOGS@ .SUFFIXES: -.SUFFIXES: .c .o .po .pox .gmo .mo - -.c.o: - $(COMPILE) $< +.SUFFIXES: .po .pox .gmo .mo .po.pox: $(MAKE) $(PACKAGE).pot