Explorar el Código

* Update configure/distrib/git hack to work properly on FreeBSD

Bryan Drewery hace 16 años
padre
commit
1999757dc8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile.in

+ 1 - 1
Makefile.in

@@ -117,7 +117,7 @@ distrib: clean
 	  -e 's/^BUILDTS .*/BUILDTS = $(BUILDTS)/' \
 	  -e 's/^VERSION .*/VERSION = $(VERSION)/' \
 	  $(DISTRIB)/Makefile.in > Makefile.in.tmp && mv Makefile.in.tmp $(DISTRIB)/Makefile.in
-	@sed -i -e 's/GIT_REQUIRED=1/GIT_REQUIRED=0/' $(DISTRIB)/configure
+	@sed -e 's/GIT_REQUIRED=1/GIT_REQUIRED=0/' configure > $(DISTRIB)/configure
 #	@for s in `find $(DISTRIB)/src/ -name '*.h' -or -name '*.c'`; do mangle -rnw $$s > /dev/null 2>&1; done
 
 tar: distrib