summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2004-08-20 06:56:28 +0000
committermcorino <mcorino@users.noreply.github.com>2004-08-20 06:56:28 +0000
commitb1992844db648e59515e2b0d5c7db9e0e6a989f3 (patch)
tree7fd9ab7fe2f74715d86ce852a4c13ede1893c7db /bin
parente784bf536bdc8961572e548d7020a26e4eafa22f (diff)
downloadATCD-b1992844db648e59515e2b0d5c7db9e0e6a989f3.tar.gz
ChangeLogTag: Fri Aug 20 07:47:00 UTC 2004 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index cd113811545..d127c32620b 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -257,7 +257,7 @@ ifeq ($(<%require%>),1)
ifneq ($(<%avoid%>),1)
<%endfor%>
ifeq ($(LIBCHECK), 1)
-BIN = $(BIN_UNCHECKED)
+BIN = $(BIN_UNCHECKED)$(EXEEXT)
else
all: lib_warning
endif
@@ -290,8 +290,8 @@ include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
<%if(install && exename)%>
ifneq ($(OUTPUT_DIRECTORY),.)
- INSTALL = $(VBIN:%=$(INSBIN)/%$(EXEEXT))
- CLEANUP_INSTALL += $(CLEANUP_BIN:%=$(INSBIN)/%$(EXEEXT))
+ INSTALL = $(VBIN:%=$(INSBIN)/%)
+ CLEANUP_INSTALL += $(CLEANUP_BIN:%=$(INSBIN)/%)
endif
<%endif%>