Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
198 | holmgren | 1 | --- a/src/Makefile.in |
2 | +++ b/src/Makefile.in |
||
3 | @@ -1357,7 +1357,7 @@ precompile.sh: $(SRCDIR)/precompile.sh.i |
||
4 | # recursive use of make. |
||
5 | precompile.sh-stamp: |
||
6 | @if [ -f precompile.sh ]; then :; else $(MAKE) precompile.sh; fi |
||
7 | - @touch 0101010185 precompile.sh-stamp 2>/dev/null |
||
8 | + @touch -t 8501010101 precompile.sh-stamp 2>/dev/null |
||
9 | |||
10 | $(SRCDIR)/machine.h.in: $(SRCDIR)/stamp-h.in |
||
11 | @if test -f $(SRCDIR)/machine.h.in; then :; else \ |