diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-14 20:38:52 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-15 17:06:46 -0400 |
commit | 015f7b7462391fdaa9320bbbba0fc34487909e1a (patch) | |
tree | 78d1ae003bd5152c3e59d10f7413eb60767c2097 /sim/ChangeLog | |
parent | 6645c8ce71cc9709dcaee1ea42686d20075ad88b (diff) | |
download | binutils-015f7b7462391fdaa9320bbbba0fc34487909e1a.zip binutils-015f7b7462391fdaa9320bbbba0fc34487909e1a.tar.gz binutils-015f7b7462391fdaa9320bbbba0fc34487909e1a.tar.bz2 |
sim: switch modules.c & version.c to stamp files
This fixes remaking of these files and avoids unnecessary rebuilds.
Also add both to `make clean` to match other stamp files.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 8df4fde..79e9656 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger <vapier@gentoo.org> + + * Makefile.in: Regenerate. + 2021-06-14 Mike Frysinger <vapier@gentoo.org> * configure.ac: Call AM_SILENT_RULES. |