aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)