From 59d8576e4ff7e6467fab3ea894baa72c8400e22a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 5 Nov 2022 14:44:15 +0700 Subject: 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. --- sim/ppc/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/ppc') 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: -- cgit v1.1