From 1c460a5b00a5221991545a04e5cdba8565fc2839 Mon Sep 17 00:00:00 2001 From: olgeni Date: Thu, 8 Oct 2015 15:11:28 +0000 Subject: Remove trailing whitespace from Makefiles, A-L. --- japanese/today/files/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'japanese/today') diff --git a/japanese/today/files/Makefile b/japanese/today/files/Makefile index bdd594962fae..baded60dba24 100644 --- a/japanese/today/files/Makefile +++ b/japanese/today/files/Makefile @@ -8,7 +8,7 @@ CFLAGS += -DTRANS -DMSG_STYLE -DINTERNAL_KYUREKI_TBL -D_T_SEARCH_DEFPATHS=\"${PR LDLIBS = -lm #-ltermcap HFILES = cdefs.h chu68k.h cmsdos.h cunix.h cwin32.h extern.h - + OBJST1 = birthday.o config.o date.o event.o getfile.o \ getsb.o history.o kansi.o kyureki.o \ kyusei.o list.o machine.o main.o misc.o @@ -34,7 +34,7 @@ install: today calendar dayinfo calendar: $(OBJS_CAL) $(CC) $(OBJS_CAL) $(LDLIBS) -o $@ - + today: $(OBJS_TDY) $(CC) $(OBJS_TDY) $(LDLIBS) -o $@ -- cgit