summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-02 20:02:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-02 20:02:17 +0000
commit86766c70ff11cda712718506276b5596b7f438f8 (patch)
treedfb8ce57904209d9f94746664978dca15a49935a /apps
parentf59f477f1d7824c2e237a9dd14402cd4ddebfed6 (diff)
downloadATCD-86766c70ff11cda712718506276b5596b7f438f8.tar.gz
ChangeLogTag:Sat Jun 2 13:05:20 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'apps')
-rw-r--r--apps/gperf/ChangeLog7
-rw-r--r--apps/gperf/src/Makefile4
2 files changed, 9 insertions, 2 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index 6397aa7c955..bbab33d99c4 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,3 +1,10 @@
+Sat Jun 2 13:30:30 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * src/Makefile (INSTALL): Fixed several minor problems with the
+ Makefile so that this will build correctly on mingw. Thanks to
+ Cristian Ferretti <cristian_ferretti@yahoo.com> for pointing
+ this out.
+
Fri Mar 30 11:30:54 2001 Carlos O'Ryan <coryan@uci.edu>
* tests/Makefile:
diff --git a/apps/gperf/src/Makefile b/apps/gperf/src/Makefile
index 186c1c4bada..d672400b02e 100644
--- a/apps/gperf/src/Makefile
+++ b/apps/gperf/src/Makefile
@@ -5,7 +5,7 @@
#----------------------------------------------------------------------------
BIN = gperf
-INSBIN = $ACE_ROOT/bin/gperf
+INSBIN = $(ACE_ROOT)/bin/gperf
FILES = Options \
Iterator \
@@ -22,7 +22,7 @@ OBJ = $(addsuffix .o,$(FILES))
BUILD = $(VBIN)
-INSTALL = $(VBIN:%=$(INSBIN)/%)
+INSTALL = $(VBIN:%=$(INSBIN)/%$(EXEEXT))
#----------------------------------------------------------------------------
# Include macros and targets