removed '-o $@' since it has been announced to making troubles on Solaris (see
authorkouril <kouril>
Thu, 18 Dec 2003 16:18:21 +0000 (16:18 +0000)
committerkouril <kouril>
Thu, 18 Dec 2003 16:18:21 +0000 (16:18 +0000)
https://sourceforge.net/forum/forum.php?thread_id=991025&forum_id=171554)

Makefile.in

index b85fc3b..9f4d983 100644 (file)
@@ -22,7 +22,7 @@ spnegokrb5/libspnegokrb5.a:
        (cd spnegokrb5 && make)
 
 src/mod_auth_kerb.so: spnegokrb5/libspnegokrb5.a src/mod_auth_kerb.c
-       $(APXS) -c -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/mod_auth_kerb.c
+       $(APXS) -c $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/mod_auth_kerb.c
 
 install:
        $(APXS) -c -i $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/mod_auth_kerb.c