"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Sebastien Marie <semarie@online.fr>
Subject:
patch: .PHONY is a target
To:
gameoftrees@openbsd.org
Date:
Mon, 6 Jan 2020 19:06:01 +0100

Download raw body.

Thread
Hi,

The following diff is sitting in my tree since too much long time now.

.PHONY is a target, not a variable.

diff fe558a04addf51f90a50aef5e0e8405c26873f9b /home/semarie/repos/openbsd/got
blob - b95475ae2134fc7f08e7858cb5ef000056b2ee0b
file + Makefile
--- Makefile
+++ Makefile
@@ -1,5 +1,6 @@
 SUBDIR = libexec got tog
-.PHONY=release dist
+
+.PHONY: release dist
 
 .if make(regress) || make(obj) || make(clean) || make(release)
 SUBDIR += regress

-- 
Sebastien Marie