From 693e50956671318d1f193cef94d2f663ce728d42 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Fri, 19 Jan 2018 19:21:19 +0100 Subject: [PATCH] BuildSystem: Remove orphaned .PHONY targets. Change-Id: Ic44d75141b9bf99e7d72fcc82ee111b5cf6989d2 --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 6bc63a1a81..1ad6e35f7b 100644 --- a/Makefile +++ b/Makefile @@ -1089,11 +1089,9 @@ check-alembic: makeopts .PHONY: _all .PHONY: full .PHONY: _full -.PHONY: prereqs .PHONY: uninstall .PHONY: _uninstall .PHONY: uninstall-all -.PHONY: dont-optimize .PHONY: badshell .PHONY: installdirs .PHONY: validate-docs