9dd6223fbc
ok sthen@
22 lines
654 B
Plaintext
22 lines
654 B
Plaintext
$OpenBSD: patch-gdb_data-directory_Makefile_in,v 1.1 2012/03/03 19:22:42 pascal Exp $
|
|
--- gdb/data-directory/Makefile.in.orig Fri Jan 6 05:43:34 2012
|
|
+++ gdb/data-directory/Makefile.in Wed Feb 29 00:35:12 2012
|
|
@@ -93,7 +93,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.
|
|
@@ -187,7 +187,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
|