From 2f794722099885d9f330fb324e3ef2b7a0b65647 Mon Sep 17 00:00:00 2001 From: kbongers Date: Sat, 18 Aug 2001 04:41:51 +0000 Subject: [PATCH] make cpp -> bin/sdcppold git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1150 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/cpp/Makefile.bcc | 2 +- support/cpp/Makefile.in | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/support/cpp/Makefile.bcc b/support/cpp/Makefile.bcc index 06ad65fa..a1cad79c 100644 --- a/support/cpp/Makefile.bcc +++ b/support/cpp/Makefile.bcc @@ -27,7 +27,7 @@ OBJECTS = cppalloc.obj cpperror.obj cppexp.obj cpphash.obj cpplib.obj cp SLIBOBJS = $(SLIB)\NewAlloc.obj -TARGET = $(PRJDIR)\bin\sdcpp.exe +TARGET = $(PRJDIR)\bin\sdcppold.exe # Compiling entire program or any subproject diff --git a/support/cpp/Makefile.in b/support/cpp/Makefile.in index f4cbc9e7..d24f28c5 100644 --- a/support/cpp/Makefile.in +++ b/support/cpp/Makefile.in @@ -42,7 +42,7 @@ SLIBOBJS = NewAlloc.o OBJECTS = cppalloc.o cpperror.o cppexp.o cpphash.o cpplib.o cppmain.o support.o SOURCES = $(patsubst %.o,%.c,$(OBJECTS)) -TARGET = $(PRJDIR)/bin/sdcpp +TARGET = $(PRJDIR)/bin/sdcppold transform = @program_transform_name@ @@ -56,13 +56,13 @@ $(TARGET): $(SLIBOBJS) $(OBJECTS) # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) $(TARGET) `echo $(bindir)/sdcpp|sed '$(transform)'` - $(STRIP) -s `echo $(bindir)/sdcpp|sed '$(transform)'` + $(INSTALL) $(TARGET) `echo $(bindir)/sdcppold|sed '$(transform)'` + $(STRIP) -s `echo $(bindir)/sdcppold|sed '$(transform)'` # Deleting all the installed files # -------------------------------- uninstall: - rm -f $(bindir)/sdcpp + rm -f $(bindir)/sdcppold # Performing self-test -- 2.30.2