glibinclude.patch 629 B

12345678910111213
  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
  5. install-data-local: install-ms-lib install-def-file
  6. - @if test -f $(glibincludedir)/glist.h ; then \
  7. - echo "*** Old headers found in $(glibincludedir). You should remove the" ; \
  8. + @if test -f $(DESTDIR)$(glibincludedir)/glist.h ; then \
  9. + echo "*** Old headers found in $(DESTDIR)$(glibincludedir). You should remove the" ; \
  10. echo "*** contents of this directory and type 'make install' again." ; \
  11. false ; \
  12. fi