also install required files for HAVE_INCLUDES
[buildroot.git] / package / libglib2 / glibinclude.patch
blob7f1ff3d0535ec98acf8125b9d6ab0b06b949581c
1 --- glib-2.12.3/glib/Makefile.am.orig 2006-05-09 18:44:49.000000000 -0600
2 +++ glib-2.12.3/glib/Makefile.am 2007-01-09 21:25:57.000000000 -0700
3 @@ -201,8 +201,8 @@
4 gprintf.h
6 install-data-local: install-ms-lib install-def-file
7 - @if test -f $(glibincludedir)/glist.h ; then \
8 - echo "*** Old headers found in $(glibincludedir). You should remove the" ; \
9 + @if test -f $(DESTDIR)$(glibincludedir)/glist.h ; then \
10 + echo "*** Old headers found in $(DESTDIR)$(glibincludedir). You should remove the" ; \
11 echo "*** contents of this directory and type 'make install' again." ; \
12 false ; \