summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-05-01 16:36:12 +0000
committerbwarken <bwarken>2013-05-01 16:36:12 +0000
commitc4b2814d9f75217088c9d811c85a195a8639517d (patch)
treedb6d112786fe9e1fc61aa2e5004fadc148b3f907 /src
parent9603564a8d476882370ac865b04089b3df3d12b0 (diff)
downloadgroff-c4b2814d9f75217088c9d811c85a195a8639517d.tar.gz
src/roff/groff/Makefile.sub: Remove all `.PHONY:' lines.
Diffstat (limited to 'src')
-rw-r--r--src/roff/groff/Makefile.sub5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/roff/groff/Makefile.sub b/src/roff/groff/Makefile.sub
index c862954f..1e71ca62 100644
--- a/src/roff/groff/Makefile.sub
+++ b/src/roff/groff/Makefile.sub
@@ -8,7 +8,7 @@
# Rewritten by Bernd Warken <groff-bernd.warken-72@web.de> and
# Werner LEMBERG <wl@gnu.org>
-# Last update: 28 Apr 2013
+# Last update: 01 May 2013
# `groff' is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -41,7 +41,6 @@ MOSTLYCLEANADD=groff_opts.tmp $(GROFF_OPTS_OUTPUT)
RM=rm -f
-.PHONY: all
all: $(srcdir)/groff.cpp groff_opts.tmp $(GROFF_OPTS_OUTPUT)
groff_opts.tmp: $(srcdir)/cpp
@@ -64,7 +63,6 @@ groff_opts_with_arg.txt: groff_opts_no_arg.txt
@echo -n 'with arg: '
@cat $@
-.PHONY: install_data
install_data: $(GROFF_OPTS_OUTPUT)
-test -d $(DESTDIR)$(libprogramdir) \
|| $(mkinstalldirs) $(DESTDIR)$(libprogramdir)
@@ -73,7 +71,6 @@ install_data: $(GROFF_OPTS_OUTPUT)
$(INSTALL_SCRIPT) $$f $(DESTDIR)$(libprogramdir); \
done
-.PHONY: uninstall_data
uninstall_sub:
for f in $(GROFF_OPTS_OUTPUT); do \
$(RM) $(DESTDIR)$(libprogramdir)/$$f; \