From 99adee24d96f27f08fecc0a56b3c26c688045290 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 15 Jun 2016 19:26:18 -0400 Subject: oops, fix the last commit --- proto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/Makefile b/proto/Makefile index 4b81a28..98f0f4a 100644 --- a/proto/Makefile +++ b/proto/Makefile @@ -33,7 +33,7 @@ $(srcdir)/requests.txt: $(srcdir)/nslcd_h.go $(srcdir)/Makefile _nslcd.srcdir := $(srcdir) _nslcd.rel=$(patsubst $(abspath $(_nslcd.srcdir))/%,./%,$(abspath $1)) $(srcdir)/%.go: $(srcdir)/%.go.sh - cd $(srcdir) && $(call _nslcd.rel,$^) > $(call _nslcd.rel,$@) + cd $(_nslcd.srcdir) && $(call _nslcd.rel,$^) > $(call _nslcd.rel,$@) $(srcdir)/server/interface_backend.go: $(srcdir)/requests.txt $(srcdir)/server/func_handlerequest.go: $(srcdir)/requests.txt -- cgit v1.2.3