Fix broken Windows commands to copy gssapi_krb5.h to include/gssapi
authorTheodore Tso <tytso@mit.edu>
Wed, 24 Jul 1996 02:49:27 +0000 (02:49 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 24 Jul 1996 02:49:27 +0000 (02:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8790 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/Makefile.in

index 4d7313c04d3a47bd17b5657827e8ffb5fb1a9a77..3ca720cb65228f07314793e97cc0b31d85509233 100644 (file)
@@ -1,5 +1,8 @@
 Tue Jul 23 22:35:53 1996  Theodore Y. Ts'o  <tytso@mit.edu>
 
+       * Makefile.in (all-windows): Fix broken Windows commands to copy
+               gssapi_krb5.h to include/gssapi.
+
        * gssapiP_krb5.h: Must include k5-int.h on Windows and Macintosh
                builds. 
 
index 4a18efeea2cc0e703bc699815f42d5c34bc38cab..ae9c5cfea562cff63d3633fe10dde1a9ea98d6f1 100644 (file)
@@ -112,7 +112,7 @@ OBJS = \
 
 HDRS= $(ETHDRS)
 
-EHDRDIR=$(TOP)/include/gssapi
+EHDRDIR=$(BUILDTOP)$(S)include$(S)gssapi
 EXPORTED_HEADERS= gssapi_krb5.h
 
 all-unix:: $(SRCS) $(HDRS) includes $(OBJS)