]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libcpp/Makefile.in
[PR90048] Fortran OpenACC 'private' clause rejected for predetermined private loop...
[thirdparty/gcc.git] / libcpp / Makefile.in
index 5561c972fe2f308cda928abdeb6aa169ef045980..81be1fd67ec0d8279b6bef7635fcb468fbc0a1a4 100644 (file)
@@ -1,7 +1,7 @@
 # @configure_input@
 # Makefile for libcpp.  Run 'configure' to generate Makefile from Makefile.in
 
-# Copyright (C) 2004-2014 Free Software Foundation, Inc.
+# Copyright (C) 2004-2019 Free Software Foundation, Inc.
 
 #This file is part of libcpp.
 
@@ -256,14 +256,13 @@ po/$(PACKAGE).pot: $(libcpp_a_SOURCES)
          --keyword=cpp_errno:3 \
          --keyword=SYNTAX_ERROR --keyword=SYNTAX_ERROR2 \
          --copyright-holder="Free Software Foundation, Inc." \
-         --msgid-bugs-address="http://gcc.gnu.org/bugs.html" \
+         --msgid-bugs-address="https://gcc.gnu.org/bugs/" \
          --language=c -o po/$(PACKAGE).pot.tmp $^
        sed 's:$(srcdir)/::g' <po/$(PACKAGE).pot.tmp >po/$(PACKAGE).pot
        rm po/$(PACKAGE).pot.tmp
 
-TAGS_SOURCES = $(libcpp_a_SOURCES) internal.h ucnid.h \
-    include/line-map.h include/symtab.h include/cpp-id-data.h \
-    include/cpplib.h include/mkdeps.h system.h
+TAGS_SOURCES = $(libcpp_a_SOURCES) internal.h system.h ucnid.h \
+    include/cpplib.h include/line-map.h include/mkdeps.h include/symtab.h
 
 TAGS: $(TAGS_SOURCES)
        cd $(srcdir) && etags $(TAGS_SOURCES)