diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-13 07:52:52 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-13 07:52:52 +0000 |
commit | f8a5ad491eaab5772085427658d1298360537d14 (patch) | |
tree | 1fb08d86d6092f2c0472878f4dd46621fed436d1 /gcc/objcp/Make-lang.in | |
parent | 53b02e6d166e8d13ad1242625309abaa7473e6e1 (diff) | |
download | gcc-f8a5ad491eaab5772085427658d1298360537d14.tar.gz |
gcc:
* config/t-darwin (build/slashify): Allow others to reuse easier.
objcp:
* Make-lang.in (obj-c++.tags): Plugify Objective-C++.
* plugin/parser.h: Likewise.
* plugin/parser.c: Likewise.
cp:
* Make-lang.in (build/slashify): Plugify Objective-C++.
(cp/parser.o): Likewise.
(objcp/plugin/parser.h): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170101 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objcp/Make-lang.in')
-rw-r--r-- | gcc/objcp/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objcp/Make-lang.in b/gcc/objcp/Make-lang.in index 2122d2df7e6..41950defe9d 100644 --- a/gcc/objcp/Make-lang.in +++ b/gcc/objcp/Make-lang.in @@ -110,7 +110,7 @@ obj-c++.man: obj-c++.install-plugin: obj-c++.tags: force - cd $(srcdir)/objcp; etags -o TAGS.sub *.c *.h; \ + cd $(srcdir)/objcp; etags -o TAGS.sub *.c *.h plugin/*.h plugin/*.c; \ etags --include TAGS.sub --include ../TAGS.sub lang_checks += check-obj-c++ |