summaryrefslogtreecommitdiffstats
path: root/src/util/et/Makefile.in
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/et/Makefile.in
parent13b4acf96ce1678111b3fd5df82619a35a407a3c (diff)
downloadkrb5-8c8d5d9b22db7ef78b20ebfe530b5acf56bfdcca.tar.gz
krb5-8c8d5d9b22db7ef78b20ebfe530b5acf56bfdcca.tar.xz
krb5-8c8d5d9b22db7ef78b20ebfe530b5acf56bfdcca.zip
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/et/Makefile.in')
-rw-r--r--src/util/et/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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