680-debian_sim-destdir.patch 575 B

1234567891011121314
  1. Fix some missing uses of DESTDIR in the sim/ directories. The Debian
  2. packages use DESTDIR to build.
  3. --
  4. diff -ur gdb-6.3.50.20050915/sim/Makefile.in gdb-6.3.50.20050915-patched/sim/Makefile.in
  5. --- gdb-6.3.50.20050915/sim/Makefile.in 2005-01-28 18:53:13.000000000 -0600
  6. +++ gdb-6.3.50.20050915-patched/sim/Makefile.in 2005-09-15 23:17:42.000000000 -0500
  7. @@ -93,6 +93,7 @@
  8. "CC=$(CC)" \
  9. "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
  10. "CFLAGS=$(CFLAGS)" \
  11. + "DESTDIR=$(DESTDIR)" \
  12. "CHILLFLAGS=$(CHILLFLAGS)" \
  13. "CHILL=$(CHILL_FOR_TARGET)" \
  14. "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \