From 1c3b3808f84c8919076d82f5d7bc61b2a4bfd438 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 23 Feb 2021 17:13:08 +0100 Subject: Fix makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80adf03..f880ae9 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ CONFIGFILE = config.mk include $(CONFIGFILE) BIN = getpgrp setpgrp -OBJ = $(@:=.o) -MAN = $(@:=.1) +OBJ = $(BIN:=.o) +MAN = $(BIN:=.1) HDR = arg.h -- cgit v1.2.3-70-g09d2