Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2004 23:15:04 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 50974 for review
Message-ID:  <200404130615.i3D6F4mw085040@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=50974

Change 50974 by marcel@marcel_nfs on 2004/04/12 23:14:27

	Also add -DTUI=1 to CFLAGS. Overlooked before...

Affected files ...

.. //depot/projects/gdb/gnu/usr.bin/gdb/gdb/Makefile#13 edit

Differences ...

==== //depot/projects/gdb/gnu/usr.bin/gdb/gdb/Makefile#13 (text+ko) ====

@@ -48,7 +48,7 @@
 
 CLEANFILES+= ${GENSRCS}
 
-CFLAGS+= -DHAVE_CONFIG_H -DRL_NO_COMPAT -DMI_OUT=1
+CFLAGS+= -DHAVE_CONFIG_H -DRL_NO_COMPAT -DMI_OUT=1 -DTUI=1
 CFLAGS+= -I.
 CFLAGS+= -I${.CURDIR}
 CFLAGS+= -I${TARGET_SUBDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404130615.i3D6F4mw085040>