2002-08-20 Rachel Hestilow <hestilow@ximian.com>

* parser/makefile: Rename to Makefile.in, change prefix to @prefix@.
	* configure.in: generate parser/Makefile.

svn path=/trunk/gtk-sharp/; revision=6828
This commit is contained in:
Rachel Hestilow 2002-08-20 20:46:14 +00:00
parent f94279195c
commit eb9fb61ed0
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-08-20 Rachel Hestilow <hestilow@ximian.com>
* parser/makefile: Rename to Makefile.in, change prefix to @prefix@.
* configure.in: generate parser/Makefile.
2002-08-20 Rachel Hestilow <hestilow@ximian.com>
* makefile: Add parser to build (for install only)

View File

@ -84,6 +84,7 @@ AC_SUBST(CFLAGS)
AC_OUTPUT([
glue/Makefile
parser/Makefile
glib/Makefile
pango/Makefile
atk/Makefile

View File

@ -16,7 +16,7 @@ clean:
distclean:
rm -f gapi_format_xml
prefix=/usr
prefix=@prefix@
install: all
for i in $(SCRIPTS) gapi_format_xml; do \