aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-22 17:38:14 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-22 17:38:14 -0400
commit16b2504bbdc37c1443755be90ff4af1711a1e2c1 (patch)
tree93786ed749bd6bc796d096542397f1f49e4f287c /gcc
parent251580eeff633243a7c660d7ec3d3b11424d094c (diff)
downloadgcc-16b2504bbdc37c1443755be90ff4af1711a1e2c1.zip
gcc-16b2504bbdc37c1443755be90ff4af1711a1e2c1.tar.gz
gcc-16b2504bbdc37c1443755be90ff4af1711a1e2c1.tar.bz2
(../cc1plus): Use $(exeext) in name of executable.
From-SVN: r9768
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in
index 4ef9c0a..65b7718 100644
--- a/gcc/cp/Makefile.in
+++ b/gcc/cp/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for GNU C++ compiler.
-# Copyright (C) 1987, 88, 90, 91, 92, 93, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1987, 88, 90-4, 1995 Free Software Foundation, Inc.
#This file is part of GNU CC.
@@ -167,8 +167,8 @@ OBJDEPS = ../stamp-objlist ../c-common.o ../c-pragma.o
compiler: ../cc1plus
../cc1plus: $(P) $(CXX_OBJS) $(OBJDEPS) $(LIBDEPS)
- rm -f ../cc1plus
- $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o ../cc1plus \
+ rm -f ../cc1plus$(exeext)
+ $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
$(CXX_OBJS) $(OBJS) $(LIBS)
Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure