Makefile.in: Update special rule for gssapi_err_krb5.obj so that it
authorTheodore Tso <tytso@mit.edu>
Thu, 13 Jun 1996 02:34:16 +0000 (02:34 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 13 Jun 1996 02:34:16 +0000 (02:34 +0000)
uses the right Win-32 library command.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8348 dc483132-0cff-0310-8789-dd5450dbe970

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

index f452da1b335f7f3e8dab40ac7d2e9d37ccdde1f4..ad626c591131ded161aebe7cef5031853e7bb9c2 100644 (file)
@@ -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
 
index 854e89ae633549e34174c29dd30bc3e1c7f9afd2..d5061fa14970f4c656f46b57de4dda15cff0897d 100644 (file)
@@ -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