]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove the rules for compilation of C code.
authorBruno Haible <bruno@clisp.org>
Thu, 16 Aug 2001 16:17:58 +0000 (16:17 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 16 Aug 2001 16:17:58 +0000 (16:17 +0000)
po/ChangeLog
po/Makefile.in.in

index 3f94a4d66d983e31fbab8d0fd6eb98bab678e715..2201fd2754f2f7c4d161523df00cfcb39a9627c6 100644 (file)
@@ -1,3 +1,10 @@
+2001-07-28  Bruno Haible  <haible@clisp.cons.org>
+
+       * 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  <haible@clisp.cons.org>
 
        * LINGUAS: New file, extracted from toplevel configure.in.
index 2636ea857c403376c15f94fe63576c8a1f13c74f..bf3998380e8177460bc97070700da05a6d470600 100644 (file)
@@ -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