diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-10-08 23:11:28 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-10-08 23:11:28 +0800 |
commit | 1c460a5b00a5221991545a04e5cdba8565fc2839 (patch) | |
tree | 950065fafc9374ef5ac291e71c9f3b3434f87377 /japanese/today | |
parent | 21f44327e690a77d7f97b9e2ef0ecd8daa2b959d (diff) | |
download | freebsd-ports-gnome-1c460a5b00a5221991545a04e5cdba8565fc2839.tar.gz freebsd-ports-gnome-1c460a5b00a5221991545a04e5cdba8565fc2839.tar.zst freebsd-ports-gnome-1c460a5b00a5221991545a04e5cdba8565fc2839.zip |
Remove trailing whitespace from Makefiles, A-L.
Diffstat (limited to 'japanese/today')
-rw-r--r-- | japanese/today/files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 $@ |