Fixed PC makefile bug with passing wrong macro on recursive makes
authorKeith Vetter <keithv@fusion.com>
Thu, 27 Apr 1995 18:32:50 +0000 (18:32 +0000)
committerKeith Vetter <keithv@fusion.com>
Thu, 27 Apr 1995 18:32:50 +0000 (18:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5553 dc483132-0cff-0310-8789-dd5450dbe970

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

index 9ca4547e8bd83586f24ecc31a6fd0e53b0a67647..de33344fc93e5b37b475105403cad24a6dae5556 100644 (file)
@@ -1,3 +1,7 @@
+Wed Apr 26 14:39:18 1995 Keith Vetter (keithv@fusion.com)
+
+       * Makefile.in: passed wrong macro on the recursive makes.
+
 Tue Mar 21 19:08:51 1995 Keith Vetter (keithv@fusion.com)
 
        * Makefile.in: changed the name of the library the PC
index 86216482b7a5328d1e1c32b7a104ec38255e3d2b..24d3ffc171a2746934b47efe9ea24d3b468d9961 100644 (file)
@@ -32,10 +32,10 @@ clean-windows::
 all-windows::
        cd generic
        @echo Making in gssapi\generic
-       -$(MAKE) -$(MFLAGS) LIB=$(LIB)
+       -$(MAKE) -$(MFLAGS) LIBCMD=$(LIBCMD)
        cd ..\krb5
        @echo Making in gssapi\krb5
-       -$(MAKE) -$(MFLAGS) LIB=$(LIB)
+       -$(MAKE) -$(MFLAGS) LIBCMD=$(LIBCMD)
        cd ..
 
 clean-windows::
@@ -46,5 +46,5 @@ clean-windows::
        @echo Making clean in gssapi\krb5
        -$(MAKE) -$(MFLAGS) clean
        cd ..
-       @echo Making clean locally
+       @echo Making clean in gssapi