diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-09-17 12:58:27 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-09-17 12:58:27 +0200 |
commit | 2cc4a3fa7aaa067cf5c6ab85b537acaedce465ff (patch) | |
tree | 668aa4504278b9a0477d46fd1438cc049573faed | |
parent | 449432bcb6a22971a886858cba4c3f0653260949 (diff) |
Remove old GNU Mach install-headers target.
-rwxr-xr-x | cross-gnu | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -143,17 +143,9 @@ if ./config.status --version > /dev/null 2>&1; then :; else --host="$TARGET" \ --prefix= fi && -if grep -q install-data "$GNUMACH_SRC"/Makefile.in; then - "$MAKE" \ - DESTDIR="$SYS_ROOT" \ - install-data -else - # Old. - "$MAKE" \ - prefix="$SYS_ROOT" \ - no_deps=t \ - install-headers -fi && +"$MAKE" \ + DESTDIR="$SYS_ROOT" \ + install-data && # Install a cross GNU MIG. |