• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révisionc9e665fb113e46e0603c73f88496f6bed054f5fc (tree)
l'heure2006-04-01 07:51:14
AuteurDaniel Jacobowitz <drow@fals...>
CommiterDaniel Jacobowitz

Message de Log

Correct path to expat headers.

Change Summary

Modification

--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -129,7 +129,7 @@ READLINE_CFLAGS = -I$(READLINE_SRC)/..
129129
130130 # Where is the expat library? Typically in ../expat.
131131 EXPAT = ../expat/.libs/libexpat.a
132-EXPAT_CFLAGS = -I$(srcdir)/expat/lib -I../expat
132+EXPAT_CFLAGS = -I$(srcdir)/../expat/lib -I../expat
133133
134134 WARN_CFLAGS = @WARN_CFLAGS@
135135 WERROR_CFLAGS = @WERROR_CFLAGS@