Преглед на файлове

tools/Makefile: fix location of the tree root for .gitconfig

The tree root is one level above tools/, not two.
H. Peter Anvin преди 3 години
родител
ревизия
5466a20b99
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tools/Makefile

+ 1 - 1
tools/Makefile

@@ -48,7 +48,7 @@ spotless: clean
 
 .PHONY: gnu.src
 gnu.src:
-	if [ -f ../../.gitmodules ] && \
+	if [ -f ../.gitmodules ] && \
 	   git submodule status --recursive | grep -q '^[+-]'; then \
 		git submodule update --init --recursive ; \
 		rm -rf gnu gnu.*.stamp ; \