Skip to content

Commit

Permalink
* Makefile.in (OBJS): Put @SETENVOBJ@ on same line as xmalloc.o to
Browse files Browse the repository at this point in the history
	avoid trailing backslash on the end of the variable.


git-svn-id: svn://anonsvn.mit.edu/krb5/branches/asst-sap@12361 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Jun 8, 2000
1 parent 3baca30 commit 8c399d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/clients/ksu/ChangeLog
@@ -1,3 +1,8 @@
2000-05-22 Tom Yu <tlyu@mit.edu>

* Makefile.in (OBJS): Put @SETENVOBJ@ on same line as xmalloc.o to
avoid trailing backslash on the end of the variable.

1999-12-02 Ken Raeburn <raeburn@mit.edu>

* krb_auth_su.c (krb5_get_tkt_via_passwd): Move check of
Expand Down
3 changes: 1 addition & 2 deletions src/clients/ksu/Makefile.in
Expand Up @@ -23,8 +23,7 @@ OBJS = \
authorization.o \
main.o \
heuristic.o \
xmalloc.o \
@SETENVOBJ@
xmalloc.o @SETENVOBJ@

all:: ksu

Expand Down

0 comments on commit 8c399d2

Please sign in to comment.