CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Bernd Warken <bwarken>  13/05/01 16:36:12

Modified files:
        .              : ChangeLog 
        src/roff/groff : Makefile.sub 

Log message:
        src/roff/groff/Makefile.sub: Remove all `.PHONY:' lines.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1421&r2=1.1422
http://cvs.savannah.gnu.org/viewcvs/groff/src/roff/groff/Makefile.sub?cvsroot=groff&r1=1.13&r2=1.14

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1421
retrieving revision 1.1422
diff -u -b -r1.1421 -r1.1422
--- ChangeLog   30 Apr 2013 16:15:35 -0000      1.1421
+++ ChangeLog   1 May 2013 16:36:12 -0000       1.1422
@@ -1,3 +1,7 @@
+2013-05-01  Bernd Warken  <[email protected]>
+
+       * src/roff/groff/Makefile.sub: Remove all `.PHONY:' lines.
+
 2013-04-30  Bernd Warken  <[email protected]>
 
        * src/roff/groff/Makefile.sub: Replace `egrep' by `$(GREP)'.

Index: src/roff/groff/Makefile.sub
===================================================================
RCS file: /cvsroot/groff/groff/src/roff/groff/Makefile.sub,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- src/roff/groff/Makefile.sub 30 Apr 2013 16:15:41 -0000      1.13
+++ src/roff/groff/Makefile.sub 1 May 2013 16:36:12 -0000       1.14
@@ -8,7 +8,7 @@
 #   Rewritten by Bernd Warken <[email protected]> and
 #   Werner LEMBERG  <[email protected]>
 
-# 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 @@
 
 RM=rm -f
 
-.PHONY: all
 all: $(srcdir)/groff.cpp groff_opts.tmp $(GROFF_OPTS_OUTPUT)
 
 groff_opts.tmp: $(srcdir)/cpp
@@ -64,7 +63,6 @@
        @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_SCRIPT) $$f $(DESTDIR)$(libprogramdir); \
        done
 
-.PHONY: uninstall_data
 uninstall_sub:
        for f in $(GROFF_OPTS_OUTPUT); do \
                $(RM) $(DESTDIR)$(libprogramdir)/$$f; \

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to