From b22ddee242613929fa5ca40a6b759e175a889ed7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 26 Oct 2015 15:29:57 -0400 Subject: Makefile: tidy --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91dd37e..8630cd8 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ systemddir = $(libdir)/systemd user = nshd group = nshd -NET ?= NET +NET ?= FORCE CFLAGS = -std=c99 -Wall -Wextra -Werror -pedantic CGO_CFLAGS = $(CFLAGS) -Wno-unused-parameter @@ -76,7 +76,6 @@ uninstall: rmdir -p -- $(sort $(dir $(install))) 2>/dev/null || true .PHONY: uninstall - LICENSE.lgpl-2.1.txt: $(NET) curl https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt > $@ LICENSE.gpl-2.txt: $(NET) @@ -113,4 +112,3 @@ $(DESTDIR)$(systemddir)/system/%.service: %.service .SECONDARY: .DELETE_ON_ERROR: -.PHONY: NET -- cgit v1.2.2