On Wed, Oct 7, 2009 at 7:45 AM, William A. Rowe, Jr. <[email protected]> wrote: > [email protected] wrote: >> Author: trawick >> Date: Wed Oct 7 11:29:52 2009 >> New Revision: 822670 >> >> URL: http://svn.apache.org/viewvc?rev=822670&view=rev >> Log: >> fix make install syntax error on at least OpenSolaris and Linux >> >> Modified: >> httpd/mod_fcgid/trunk/Makefile.apxs >> >> Modified: httpd/mod_fcgid/trunk/Makefile.apxs >> URL: >> http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/Makefile.apxs?rev=822670&r1=822669&r2=822670&view=diff >> ============================================================================== >> --- httpd/mod_fcgid/trunk/Makefile.apxs (original) >> +++ httpd/mod_fcgid/trunk/Makefile.apxs Wed Oct 7 11:29:52 2009 >> @@ -42,14 +42,14 @@ >> @$(MKINSTALLDIRS) $(DESTDIR)$(exp_sysconfdir) \ >> $(DESTDIR)$(exp_sysconfdir)/original >> for i in $(DESTDIR)$(httpd_conffile) $(DESTDIR)$(httpd_origconffile); >> do \ >> - if test -f $$i; then ( >> + if test -f $$i; then \ > > Wasn't this a simple matter of the missing trailing backslash on the line > above?
As far as repairing, I switched to the syntax used elsewhere in the makefile. But I'll try the other syntax very shortly.
