From df07fb73be98dc1087346c184877666970a88f4a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 10 Feb 2016 23:27:55 -0600 Subject: Wean scripts/install.c off toys.h so cross compiling less brittle. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 92176a2b..39d44fcf 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ install_flat: install: scripts/install.sh --long --symlink --force -uninstall_flat: generated/instlist +uninstall_flat: scripts/install.sh --uninstall uninstall: -- cgit v1.2.3