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/common | |
parent | 63bf33ff90b1bf1e2278259648173bfebaac2e9c (diff) | |
download | fsf-binutils-gdb-59d8576e4ff7e6467fab3ea894baa72c8400e22a.zip fsf-binutils-gdb-59d8576e4ff7e6467fab3ea894baa72c8400e22a.tar.gz fsf-binutils-gdb-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/common')
-rw-r--r-- | sim/common/Make-common.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index c424fe7..2cdf357 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -307,6 +307,7 @@ stamp-modules: Makefile $(SIM_OBJS:.o=.c) install: installdirs: +uninstall: check: |