From ffb7b62019cd3c5fcea96213869c70480d21576b 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 28245aa971..8823e18e13 100644 --- a/Makefile +++ b/Makefile @@ -1090,11 +1090,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