diff options
author | Per Bothner <per@bothner.com> | 1992-08-06 20:03:49 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-08-06 20:03:49 +0000 |
commit | 5acafc2fd9a99b218217e94e952feb965d2e3fc7 (patch) | |
tree | ec01dbc8a5d2820326f0eaff29301ec86139b97f /config | |
parent | 3416d90bd63274fc352e6e5b559cdb25d34a8dbd (diff) | |
download | gdb-5acafc2fd9a99b218217e94e952feb965d2e3fc7.zip gdb-5acafc2fd9a99b218217e94e952feb965d2e3fc7.tar.gz gdb-5acafc2fd9a99b218217e94e952feb965d2e3fc7.tar.bz2 |
Use cp to INSTALL.
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-sysv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/mh-sysv b/config/mh-sysv index 16b1187..b10d7ed 100644 --- a/config/mh-sysv +++ b/config/mh-sysv @@ -1,3 +1,4 @@ # Define SYSV as -DSYSV if you are using a System V operating system. SYSV = -DSYSV RANLIB = true +INSTALL = cp |