Remove uuid symlink on openbsd

This commit is contained in:
Samuel Aubertin 2022-04-12 11:55:13 +02:00
parent 073f49dc71
commit e6810db8b3

View File

@ -275,5 +275,5 @@ $(RETPOLINE_STATIC_GCC_PROGRAMS):
clean:
rm -rf $(PROGS) *.json
ifeq ($(shell uname),OpenBSD)
-make -C uuid_obsd clean
-make -C uuid_obsd clean; rm uuid
endif