summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authornathanw <nathanw@NetBSD.org>2003-11-20 18:43:58 +0000
committernathanw <nathanw@NetBSD.org>2003-11-20 18:43:58 +0000
commitd8637f542abbadbcb0367a283172c8279e1cf0fc (patch)
treeb1aff7482121968446ec2b11c124e307595521d8 /gnu
parent6d080613854ae286f17561d39721bbad90d3e25a (diff)
Use $(build_exeext) in both the source and destination, like the other
rules.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/gcc/gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/dist/gcc/gcc/Makefile.in b/gnu/dist/gcc/gcc/Makefile.in
index 15fcb88ca86..1befe5b6de2 100644
--- a/gnu/dist/gcc/gcc/Makefile.in
+++ b/gnu/dist/gcc/gcc/Makefile.in
@@ -3060,7 +3060,7 @@ install-mkheaders: stmp-int-hdrs $(STMP_FIXPROTO) install-include-dir \
$(INSTALL_DATA) $(srcdir)/README-fixinc \
$(DESTDIR)$(itoolsdir)/include/README ; \
$(INSTALL_PROGRAM) fixinc.sh $(DESTDIR)$(itoolsdir)/fixinc.sh ; \
- $(INSTALL_PROGRAM) fixinc/fixincl$(build_exeext) $(DESTDIR)$(itoolsdir)/fixincl ; \
+ $(INSTALL_PROGRAM) fixinc/fixincl$(build_exeext) $(DESTDIR)$(itoolsdir)/fixincl$(build_exeext) ; \
$(INSTALL_DATA) $(srcdir)/gsyslimits.h $(DESTDIR)$(itoolsdir)/gsyslimits.h ; \
else :; fi
if [ x$(STMP_FIXPROTO) != x ] ; then \