make-rules/shared-macros.mk
changeset 7003 539760b03c07
parent 6911 7b878dfe6f0d
child 7011 10c58c99afd6
--- a/make-rules/shared-macros.mk	Thu Sep 29 13:43:36 2016 -0700
+++ b/make-rules/shared-macros.mk	Thu Sep 29 15:07:39 2016 -0700
@@ -664,7 +664,7 @@
 DOXYGEN =	/usr/bin/doxygen
 ELFEDIT =	/usr/bin/elfedit
 GMAKE =		/usr/gnu/bin/make
-GPATCH =	/usr/gnu/bin/patch
+GPATCH =	/usr/bin/patch
 PATCH_LEVEL =	1
 GPATCH_BACKUP =	--backup --version-control=numbered
 GPATCH_FLAGS =	-p$(PATCH_LEVEL) $(GPATCH_BACKUP)