public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-863] genversion should depend on DATESTAMP
@ 2021-05-18  8:00 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-05-18  8:00 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:b2a09773155892e426b90ce8367e2ed6996b44ef

commit r12-863-gb2a09773155892e426b90ce8367e2ed6996b44ef
Author: Martin Liska <mliska@suse.cz>
Date:   Tue May 18 09:37:29 2021 +0200

    genversion should depend on DATESTAMP
    
    gcc/ChangeLog:
    
            * Makefile.in: genversion.o should depend on DATESTAMP.

Diff:
---
 gcc/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 1b5d3f4696c..1164554e6d6 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -3030,7 +3030,7 @@ CFLAGS-build/genversion.o += -DBASEVER=$(BASEVER_s) -DDATESTAMP=$(DATESTAMP_s) \
 	-DDEVPHASE=$(DEVPHASE_s) -DPKGVERSION=$(PKGVERSION_s) \
 	-DBUGURL=$(BUGURL_s)
 
-build/genversion.o: genversion.c $(BCONFIG_H) $(SYSTEM_H)
+build/genversion.o: genversion.c $(BCONFIG_H) $(SYSTEM_H) $(srcdir)/DATESTAMP
 
 build/genversion$(build_exeext): build/genversion.o
 	+$(LINKER_FOR_BUILD) $(BUILD_LINKERFLAGS) $(BUILD_LDFLAGS) \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-18  8:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-18  8:00 [gcc r12-863] genversion should depend on DATESTAMP Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).