From 7ee326b71e1846c3b79be5aea9d9bfd94ef5aa38 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 5 Dec 2017 23:19:23 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 92e2977..c92f925 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ EXAMPLEFILES =\ reverse/Makefile\ split/Makefile -COMMON_SRC = $(COMMON_SRC:.o=.c) +COMMON_SRC = $(COMMON_OBJ:.o=.c) SRC = $(BIN:=.c) $(COMMON_SRC) SCRIPTS = $(SH_SCRIPTS) $(KSH_SCRIPTS) MAN1 = $(BIN:=.1) $(SCRIPTS:=.1) -- cgit v1.2.3-70-g09d2