summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-15 18:54:52 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-15 18:56:17 -0400
commita7ff2e2b1448e978dc17a8e213a8b88ebdbecedb (patch)
tree3c52b546d2f4fa97570a53431537e755d1f9552c
parent11b237597c6f74e9fc91b831a0aaf4bac9f81b44 (diff)
sd_daemon: Fix Makefile
-rw-r--r--sd_daemon/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/sd_daemon/Makefile b/sd_daemon/Makefile
index 2a67514..c834dda 100644
--- a/sd_daemon/Makefile
+++ b/sd_daemon/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2016 Luke Shumaker <lukeshu@sbcglobal.net>
+# Copyright (C) 2016-2017 Luke Shumaker <lukeshu@sbcglobal.net>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -24,14 +24,6 @@ endif
files.src.gen += log_util.go
-ifeq ($(topsrcdir),)
-files.generate: $(files.src.gen)
-maintainer-clean:
- rm -f -- $(files.src.gen)
-.PHONY: files.generate maintainer-clean
-.DELETE_ON_ERROR:
-endif
-
$(srcdir)/%.go: $(srcdir)/%.go.gen
cd $(@D) && ./$(^F) > $(@F)