From 16b2504bbdc37c1443755be90ff4af1711a1e2c1 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 22 May 1995 17:38:14 -0400 Subject: [PATCH] (../cc1plus): Use $(exeext) in name of executable. From-SVN: r9768 --- gcc/cp/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 4ef9c0a6c44..65b771801c8 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 -- 2.30.2