summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-08-27 16:24:53 +0000
committerKen Raeburn <raeburn@mit.edu>2002-08-27 16:24:53 +0000
commit8c8d5d9b22db7ef78b20ebfe530b5acf56bfdcca (patch)
tree8aaa250dec2e416c5473f47f1c0a15491c8fca80 /src/util
parent13b4acf96ce1678111b3fd5df82619a35a407a3c (diff)
Quote targets of some copy operations within the build tree. Needed
now for Windows since we use "/" as a directory separator in places where Windows would also look for command options. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14776 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/et/ChangeLog5
-rw-r--r--src/util/et/Makefile.in2
-rw-r--r--src/util/profile/ChangeLog4
-rw-r--r--src/util/profile/Makefile.in2
4 files changed, 11 insertions, 2 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index 6233e5283..6125046c7 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,3 +1,8 @@
+2002-08-27 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in ($(COM_ERR_HDR)): Quote target of copy, since it
+ will now contain forward slashes even on Windows.
+
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index cccad70df..860299489 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -70,7 +70,7 @@ COM_ERR_HDR=$(BUILDTOP)/include/com_err.h
all-windows:: $(COM_ERR_HDR)
$(COM_ERR_HDR): com_err.h
- $(CP) com_err.h $@
+ $(CP) com_err.h "$@"
error_table.c: et_lex.lex.c
error_table.c: $(srcdir)/error_table.y
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 28ef0ea66..dba105295 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-27 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in ($(PROFILE_HDR)): Quote target of copy.
+
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index e9ec3b29d..3041e8a65 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -57,7 +57,7 @@ all-unix:: all-libs
all-windows:: $(PROFILE_HDR)
$(PROFILE_HDR):: profile.h
- $(CP) profile.h $@
+ $(CP) profile.h "$@"
includes:: profile.h
if cmp profile.h \