From d9835ae8a332ddf7ea558b42bb0465cb8535ead5 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sun, 13 May 2001 19:37:13 +0000 Subject: Makefile.in (STAMP): New macro. * Makefile.in (STAMP): New macro. Replace all uses of `touch' with $(STAMP). * fixinc/Makefile.in: Likewise. * Make-lang.in: Replace all uses of `touch' with $(STAMP). * Makefile.in.in (STAMP): New macro. Replace all uses of `touch' with $(STAMP). From-SVN: r42041 --- gcc/po/ChangeLog | 5 +++++ gcc/po/Makefile.in.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'gcc/po') diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index e436c13..375bc51 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,8 @@ +2001-05-13 Mark Mitchell + + * Makefile.in.in (STAMP): New macro. + Replace all uses of `touch' with $(STAMP). + 2001-05-11 Zack Weinberg * POTFILES.in: Remove assert.h. diff --git a/gcc/po/Makefile.in.in b/gcc/po/Makefile.in.in index 14def49..ed8da5d 100644 --- a/gcc/po/Makefile.in.in +++ b/gcc/po/Makefile.in.in @@ -10,6 +10,7 @@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ SHELL = /bin/sh +STAMP = echo timestamp > @SET_MAKE@ srcdir = @srcdir@ @@ -83,7 +84,7 @@ all-yes: $(CATALOGS) @MAINT@ $(srcdir)/cat-id-tbl.c all-no: stamp-check-po: $(POTFILES) - touch stamp-check-po + $(STAMP) stamp-check-po check-po: stamp-check-po -- cgit v1.1