From: agotneja Date: Wed, 23 Oct 2002 07:00:21 +0000 (+0000) Subject: added a chmod on mkinstalldirs just before using it, otherwise it X-Git-Tag: v_3_1_archive_branchpoint~70 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=a5d68df420b14b6ae3d855ebf2d282efc7353f0f added a chmod on mkinstalldirs just before using it, otherwise it will fail when running make for the first time. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index ebea7c1b..4572e6b9 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.129 2002/10/20 07:15:12 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.130 2002/10/22 05:49:14 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -277,6 +277,7 @@ $(DIR_PRIVOXY_OBJ)/%.o: $(DIR_PRIVOXY_SRC_PCRE)/%.c $(DIR_PRIVOXY_OBJ) $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@ $(DIR_PRIVOXY_OBJ): + $(CHMOD) 0755 $(MKDIR) $(MKDIR) obj ############################################################################# @@ -1095,6 +1096,12 @@ coffee: ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.130 2002/10/22 05:49:14 hal9 +# Make install: +# - /bin/sh on Solaris does not handle: ! test. +# - Remove some unused doc variables. +# - Make configs group writable. +# # Revision 1.129 2002/10/20 07:15:12 hal9 # Getting near the end (I hope) of install target updates: # - Rewrite RH init script to reflect configured values.