From 0c32a0805766112a03669e68cfaa1a4a6064fd82 Mon Sep 17 00:00:00 2001 From: kouril Date: Thu, 18 Dec 2003 16:18:21 +0000 Subject: [PATCH 1/1] removed '-o $@' since it has been announced to making troubles on Solaris (see https://sourceforge.net/forum/forum.php?thread_id=991025&forum_id=171554) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b85fc3b..9f4d983 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- 2.1.4