diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
commit | 6ed13fce8ae198cfc7c4e72fd91efc013cec64d5 (patch) | |
tree | fcced31c72840886a6d6a0f34a3554ffe11dc971 /japanese/today | |
parent | 9398f9d27db183495f97a3f10035ccec4e380272 (diff) | |
download | freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.gz freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.zst freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.zip |
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Diffstat (limited to 'japanese/today')
-rw-r--r-- | japanese/today/files/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/japanese/today/files/Makefile b/japanese/today/files/Makefile index baded60dba24..8f0150633a33 100644 --- a/japanese/today/files/Makefile +++ b/japanese/today/files/Makefile @@ -19,7 +19,6 @@ OBJSC1 = config.o getfile.o getsb.o kyureki2.o \ misc2.o rdcalend.o schedule2.o OBJS_CAL = calendar.o $(OBJSC1) - all: today calendar dayinfo install: today calendar dayinfo @@ -44,7 +43,6 @@ dayinfo: dayinfo.c clean: rm -f *.o core dayinfo calendar today - birthday.o: birthday.c $(HFILES) calendar.o: calendar.c $(HFILES) $(OBJSC1) $(CC) $(CFLAGS) -DINCLUDE_CALENDAR -c -o $@ calendar.c |