$OpenBSD: patch-gdb_data-directory_Makefile_in,v 1.3 2013/05/04 21:27:11 pascal Exp $
--- gdb/data-directory/Makefile.in.orig	Tue Jan  1 07:32:56 2013
+++ gdb/data-directory/Makefile.in	Mon Apr 29 20:28:12 2013
@@ -97,7 +97,7 @@ FLAGS_TO_PASS = \
 	"RUNTESTFLAGS=$(RUNTESTFLAGS)"
 
 .PHONY: all
-all: stamp-syscalls stamp-python
+all:
 
 # For portability's sake, we need to handle systems that don't have
 # symbolic links.
@@ -191,7 +191,7 @@ install: all
 	@$(MAKE) $(FLAGS_TO_PASS) install-only
 
 .PHONY: install-only
-install-only: install-syscalls install-python
+install-only:
 
 .PHONY: uninstall
 uninstall: uninstall-syscalls uninstall-python
