From a4fd8f8fb746f665433ba821ae2f326f98cd9139 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sun, 5 Oct 2014 03:10:08 -0700 Subject: [PATCH] Makefile: add 'dist' as a PHONY target Caused issues on certain versions of make with a directory of the same name now existing. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 79eb9077..11d852fd 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,8 @@ doc: BUILD-SYSTEM.adoc README.adoc DISTDOCS=COPYING CREDITS README.html +.PHONY: dist + # Due to convoluted reasons, the WADs must directly proceed the game name. dist: $(OBJS) doc VERSION=$(VERSION) scripts/makepkgs freedm $(FREEDM) $(DISTDOCS)