diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-09-06 23:49:18 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-06 23:49:18 -0600 |
commit | c5c7673583c6310e7f8e45704fdc4aadff33e393 (patch) | |
tree | f1a67b6ea75a7f0da3f06e0a1c60b213f4403168 /libobjc | |
parent | ad85216ece38be37dacbbb3fa7bb7db69aa33a4b (diff) | |
download | gcc-c5c7673583c6310e7f8e45704fdc4aadff33e393.zip gcc-c5c7673583c6310e7f8e45704fdc4aadff33e393.tar.gz gcc-c5c7673583c6310e7f8e45704fdc4aadff33e393.tar.bz2 |
Merge in gcc2-ss-010999
From-SVN: r29150
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index e1de9ae..14d70c1 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -1,5 +1,5 @@ #Makefile for GNU Objective C runtime library. -#Copyright (C) 1993, 95-97, 1998 Free Software Foundation, Inc. +#Copyright (C) 1993, 95-98, 1999 Free Software Foundation, Inc. #This file is part of GNU CC. @@ -294,6 +294,7 @@ install-libs: installdirs copy-headers: -rm -rf $(incinstalldir)/objc -mkdir $(incinstalldir)/objc + -chmod a+rx $(incinstalldir)/objc for file in $(OBJC_H); do \ realfile=$(srcdir)/objc/$${file}; \ cp $${realfile} $(incinstalldir)/objc; \ |