mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
658 B

  1. --- ./boehm-gc/include/Makefile.in.orig 2003-07-23 23:26:22.000000000 -0400
  2. +++ ./boehm-gc/include/Makefile.in 2003-07-23 23:37:07.000000000 -0400
  3. @@ -120,13 +120,7 @@
  4. install-includeHEADERS: $(include_HEADERS)
  5. - @$(NORMAL_INSTALL)
  6. - $(mkinstalldirs) $(DESTDIR)$(includedir)
  7. - @list='$(include_HEADERS)'; for p in $$list; do \
  8. - if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
  9. - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
  10. - $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
  11. - done
  12. + @echo RockLinux: i will not install old headers if i install boehm-gc as package.
  13. uninstall-includeHEADERS:
  14. @$(NORMAL_UNINSTALL)