diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /lang/gnat | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) |
Notes
Diffstat (limited to 'lang/gnat')
-rw-r--r-- | lang/gnat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index e2764863ff63..ceb30c9b7773 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -5,7 +5,7 @@ # Porter (original): nils@guru.ims.uni-stuttgart.de # Porter (version 3): maurice@serc.rmit.edu.au # -# $Id: Makefile,v 1.18 1999/06/24 11:10:37 sheldonh Exp $ +# $Id: Makefile,v 1.19 1999/07/01 14:42:41 sheldonh Exp $ # # Note: # - FreeBSD tasking libraries created by Dan Eischen have been incorporated @@ -186,7 +186,7 @@ post-install: strip $$prog ; \ fi \ done) - @(chown -R bin:bin ${PREFIX}/lib/gcc-lib/${GNUHOST}/${GCC_VERSION}) + @(${CHOWN} -R bin:bin ${PREFIX}/lib/gcc-lib/${GNUHOST}/${GCC_VERSION}) @(${ECHO} "-----------------------------------------------------------" ) @(${ECHO} "" ) @(${ECHO} "For information about using the tasking library please read" ) |