From 06f3576fdd5aaf3450e78baf3a279a88627713c2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Jan 2017 03:31:47 -0500 Subject: Makefile: fix variable substitution. Because the .go.in->.go files weren't listed in files.out, the weren't included in at.targets, so they didn't actually have the variables set when evaluated. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2453dbb..11b5c59 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,9 @@ $(outdir)/.gopath/bin/cmd-nshd: \ $(outdir)/go/cmd-nshd/main.go: $(var)conf_file $(outdir)/go/parabola_hackers/users.go: $(var)bindir $(outdir)/go/parabola_hackers/passwords.go: $(var)shadow_file +files.out.all += $(outdir)/go/cmd-nshd/main.go +files.out.all += $(outdir)/go/parabola_hackers/users.go +files.out.all += $(outdir)/go/parabola_hackers/passwords.go # Go: copy out of .gopath $(outdir)/bin/nshd: \ -- cgit v1.2.2