From b408507abbe5a700ce1528408917537f8a7efc6f Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 21 Aug 2007 16:05:31 +0000 Subject: [PATCH] bin/Makefile, scripts/Makefile: Replace BINDIR by EXEDIR --- bin/Makefile | 2 +- scripts/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index cff47256..6341a66a 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -36,7 +36,7 @@ include $(MODDIR)/make/scripts.mk all: clean: clean.file -install: $(INSTALL_BINDIR) $(INSTALLED_EXE_SH) +install: $(INSTALL_EXEDIR) $(INSTALLED_EXE_SH) profclean: diff --git a/scripts/Makefile b/scripts/Makefile index 24d9cf68..9c7f6529 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -38,5 +38,5 @@ EXE_SH += cvsbuild include $(MODDIR)/make/scripts.mk all: -install: all $(INSTALL_BINDIR) $(INSTALLED_EXE_SH) +install: all $(INSTALL_EXEDIR) $(INSTALLED_EXE_SH) profclean: