From fb98e09830d3c1fbb895362666055929bebc5cac Mon Sep 17 00:00:00 2001 From: michaelh Date: Sat, 27 Oct 2001 01:45:41 +0000 Subject: [PATCH] * support/cpp2/Makefile.in (install): Added creation of dest dir. * support/makebin/Makefile (install): Added creation of dest dir. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1450 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 6 ++++++ support/cpp2/Makefile.in | 1 + support/makebin/Makefile | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 10e8921e..5d3c148a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-10-27 Michael Hope + + * support/cpp2/Makefile.in (install): Added creation of dest dir. + + * support/makebin/Makefile (install): Added creation of dest dir. + 2001-10-24 Karl Bongers * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code. diff --git a/support/cpp2/Makefile.in b/support/cpp2/Makefile.in index 4871fec1..7657f242 100644 --- a/support/cpp2/Makefile.in +++ b/support/cpp2/Makefile.in @@ -105,6 +105,7 @@ OBSTACK=obstack.o # End of variables for you to override. install: all + mkdir -p $(bindir) $(INSTALL) $(TARGET) `echo $(bindir)/sdcpp|sed '$(transform)'` $(STRIP) `echo $(bindir)/sdcpp|sed '$(transform)'` diff --git a/support/makebin/Makefile b/support/makebin/Makefile index 6de64600..e8d2adda 100644 --- a/support/makebin/Makefile +++ b/support/makebin/Makefile @@ -11,6 +11,7 @@ $(BIN): $(OBJ) $(CC) -o $(BIN) $(OBJ) install: all + mkdir -p $(bindir) $(INSTALL) $(BIN) `echo $(bindir)/makebin|sed '$(transform)'` include clean.mk -- 2.30.2