diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-05 14:44:15 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-05 16:26:15 +0700 |
commit | 59d8576e4ff7e6467fab3ea894baa72c8400e22a (patch) | |
tree | 7d4c766b4c8eb7349f23c87a435615914c463393 /sim/ppc | |
parent | 63bf33ff90b1bf1e2278259648173bfebaac2e9c (diff) | |
download | binutils-59d8576e4ff7e6467fab3ea894baa72c8400e22a.zip binutils-59d8576e4ff7e6467fab3ea894baa72c8400e22a.tar.gz binutils-59d8576e4ff7e6467fab3ea894baa72c8400e22a.tar.bz2 |
sim: build: add uninstall support
This never worked before, but adding it to the common top-level dir
is pretty easy to do now that we're unified.
Diffstat (limited to 'sim/ppc')
-rw-r--r-- | sim/ppc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 4fe4fd9..d7b9df0 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -845,3 +845,4 @@ install-pdf: install: installdirs: +uninstall: |