(wrong string) ée

From: <git_AT_suckless.org>
Date: Thu, 7 Dec 2017 18:02:07 +0100 (CET)

commit 7ee326b71e1846c3b79be5aea9d9bfd94ef5aa38
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Tue Dec 5 23:19:23 2017 +0100
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Tue Dec 5 23:19:23 2017 +0100

    Fix makefile
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/Makefile b/Makefile
index 92e2977..c92f925 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -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)
Received on Thu Dec 07 2017 - 18:02:07 CET

This archive was generated by hypermail 2.3.0 : Thu Dec 07 2017 - 18:12:32 CET