From 18164f9abb336d8dd61c150a8fe12fcf9a170f8c Mon Sep 17 00:00:00 2001 From: kbongers Date: Sat, 18 Aug 2001 04:40:49 +0000 Subject: [PATCH] make cpp2 -> bin/sdcpp git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1149 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/cpp2/Makefile.bcc | 2 +- support/cpp2/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/cpp2/Makefile.bcc b/support/cpp2/Makefile.bcc index 6fee5680..414ecfde 100644 --- a/support/cpp2/Makefile.bcc +++ b/support/cpp2/Makefile.bcc @@ -6,7 +6,7 @@ OBJECTS = cppmain.obj intl.obj \ hashtable.obj mkdeps.obj prefix.obj version.obj mbchar.obj \ safe-ctype.obj obstack.obj splay-tree.obj lbasename.obj -TARGET = $(PRJDIR)/bin/sdcpp2.exe +TARGET = $(PRJDIR)/bin/sdcpp.exe # Compiling entire program or any subproject # ------------------------------------------ diff --git a/support/cpp2/Makefile.in b/support/cpp2/Makefile.in index 94f125e0..ec76da0b 100644 --- a/support/cpp2/Makefile.in +++ b/support/cpp2/Makefile.in @@ -23,7 +23,7 @@ #Boston MA 02111-1307, USA. PRJDIR = ../.. -TARGET = $(PRJDIR)/bin/sdcpp2 +TARGET = $(PRJDIR)/bin/sdcpp # This is the default target. all: $(TARGET) -- 2.47.2