summaryrefslogtreecommitdiffstats
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-08-16 16:17:58 +0000
committerBruno Haible <bruno@clisp.org>2001-08-16 16:17:58 +0000
commitb3644b2753b710d0c97247731804b6403b602e8d (patch)
tree7d61b118cafa4a1c275354291047fd477f19a3e9 /po/Makefile.in.in
parentf56a8cc9e4545c649650888443978cfab8af0c9a (diff)
downloadexternal_gettext-b3644b2753b710d0c97247731804b6403b602e8d.zip
external_gettext-b3644b2753b710d0c97247731804b6403b602e8d.tar.gz
external_gettext-b3644b2753b710d0c97247731804b6403b602e8d.tar.bz2
Remove the rules for compilation of C code.
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in14
1 files changed, 1 insertions, 13 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 2636ea8..bf39983 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