Skip to content

Commit

Permalink
Makefile.in: Update special rule for gssapi_err_krb5.obj so that it
Browse files Browse the repository at this point in the history
	uses the right Win-32 library command.


git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8348 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tytso committed Jun 13, 1996
1 parent 7252717 commit 7f25e27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions src/lib/gssapi/krb5/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Wed Jun 12 00:48:32 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>

* Makefile.in: Update special rule for gssapi_err_krb5.obj so that
it uses the right Win-32 library command.

* pname_to_uid.c: Add #ifdef _WIN32 in places where we had #ifdef
_MSDOS

Expand Down
7 changes: 2 additions & 5 deletions src/lib/gssapi/krb5/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ ETHDRS= gssapi_err_krb5.h
gssapi_err_krb5.$(OBJEXT): gssapi_err_krb5.c
$(CC) $(CFLAGS) -c $*.c
@SHARED_RULE_LOCAL@
##DOS!if defined(LIBNAME)
##DOS!if "$(LIBCMD)"!="rem"
##DOS $(LIBCMD) /nologo $(LIBNAME) -+$@;
##DOS!endif
##DOS!endif
##WIN16## $(LIBCMD) $(PAGESIZE) /nologo $(LIBNAME) -+$@;
##WIN32## $(LIBCMD) /out:$(LIBNAME) /nologo $@

gssapi_err_krb5.h: gssapi_err_krb5.et

Expand Down

0 comments on commit 7f25e27

Please sign in to comment.