aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-12-05 23:19:23 +0100
committerMattias Andrée <maandree@kth.se>2017-12-05 23:19:23 +0100
commit7ee326b71e1846c3b79be5aea9d9bfd94ef5aa38 (patch)
tree77ce4aa45a1d6cc8c8ec5635de6d93565596aa7d /Makefile
parentMakefile: Use .bo instead of .mcb.o, and $(HDR) instead of *.h (diff)
downloadblind-7ee326b71e1846c3b79be5aea9d9bfd94ef5aa38.tar.gz
blind-7ee326b71e1846c3b79be5aea9d9bfd94ef5aa38.tar.bz2
blind-7ee326b71e1846c3b79be5aea9d9bfd94ef5aa38.tar.xz
Fix makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)