From: Sascha Schumann Date: Sun, 20 Jun 1999 17:15:29 +0000 (+0000) Subject: avoid error message X-Git-Tag: BEFORE_REMOVING_GC_STEP1~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b97cb1f88f745897e91cc966c7faad3a097b635;p=php avoid error message --- diff --git a/Makefile.in b/Makefile.in index 92417502ef..e80e23c8a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -105,7 +105,7 @@ libmodphp4-so.a: all-recursive $(OBJS) @REGEX_LIB@ # Apache 1.3 shared module libphp4.so: $(srcdir)/mod_php4.c libmodphp4-so.a @REGEX_LIB@ - -@$(LN_S) $(srcdir)/mod_php4.c mod_php4.c + -@test -f mod_php4.c || test -L mod_php4.c || $(LN_S) $(srcdir)/mod_php4.c mod_php4.c $(APXS) $(INCLUDE) -c -o libphp4.so $(APXS_LDFLAGS) mod_php4.c libmodphp4-so.a regex/libregex.a: