This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/10649] GDB_DATADIR_PATH is used, but never defined


------- Additional Comments From hjl dot tools at gmail dot com  2009-09-16 21:46 -------
It is caused by

http://sourceware.org/ml/gdb-cvs/2009-09/msg00075.html

RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.1097
retrieving revision 1.1098
diff -u -r1.1097 -r1.1098
--- src/gdb/Makefile.in	2009/09/09 17:45:39	1.1097
+++ src/gdb/Makefile.in	2009/09/15 03:30:03	1.1098
@@ -166,6 +166,9 @@
 TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@
 TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@
 
+# Did the user give us a --with-gdb-datadir option?
+GDB_DATADIR_PATH = @GDB_DATADIR_PATH@
+
 # Helper code from gnulib.
 LIBGNU = gnulib/libgnu.a
 INCGNU = -I$(srcdir)/gnulib -Ignulib

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10649

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]