diff options
author | David D. Zuhn <zoo@cygnus> | 1993-06-16 00:08:27 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-06-16 00:08:27 +0000 |
commit | a77fe627981c6c5d65da060d75aade0ddc295413 (patch) | |
tree | 21501986957ed973ffe1ae9c84c1dac181a9dae0 /config | |
parent | c97b9003b07835716e68c0b22b14fe13e99e09f3 (diff) | |
download | gdb-a77fe627981c6c5d65da060d75aade0ddc295413.zip gdb-a77fe627981c6c5d65da060d75aade0ddc295413.tar.gz gdb-a77fe627981c6c5d65da060d75aade0ddc295413.tar.bz2 |
don't set INSTALL=cp anymore
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-aix | 1 | ||||
-rw-r--r-- | config/mh-aix386 | 1 | ||||
-rw-r--r-- | config/mh-delta88 | 1 | ||||
-rw-r--r-- | config/mh-hpux | 1 | ||||
-rw-r--r-- | config/mh-irix4 | 1 | ||||
-rw-r--r-- | config/mh-sysv | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/config/mh-aix b/config/mh-aix index 19be7b6..32d5e32 100644 --- a/config/mh-aix +++ b/config/mh-aix @@ -1,4 +1,3 @@ -INSTALL = cp # X11 #X11_HOME_DIRECTORY=/usr/lpp/X11 X11_HOME_DIRECTORY=/usr/unsupported diff --git a/config/mh-aix386 b/config/mh-aix386 index b45a535..4accd1c 100644 --- a/config/mh-aix386 +++ b/config/mh-aix386 @@ -1,2 +1 @@ -INSTALL = cp RANLIB = @: diff --git a/config/mh-delta88 b/config/mh-delta88 index dbb2a1a..bc9c453 100644 --- a/config/mh-delta88 +++ b/config/mh-delta88 @@ -1,4 +1,3 @@ -INSTALL = cp RANLIB = true diff --git a/config/mh-hpux b/config/mh-hpux index 183fbc3..fe7ae4e 100644 --- a/config/mh-hpux +++ b/config/mh-hpux @@ -1,7 +1,6 @@ # Define SYSV as -DSYSV if you are using a System V operating system. SYSV = -DSYSV RANLIB = true -INSTALL = cp # X11 X11_INCLUDE_FLAGS = -I/usr/include/X11R4 diff --git a/config/mh-irix4 b/config/mh-irix4 index 4e79e9c..b42e667 100644 --- a/config/mh-irix4 +++ b/config/mh-irix4 @@ -6,4 +6,3 @@ CC = cc -cckr -Wf,-XNg1500 -Wf,-XNk1000 -Wf,-XNh1500 SYSV = -DSYSV RANLIB = true -INSTALL = cp diff --git a/config/mh-sysv b/config/mh-sysv index b10d7ed..16b1187 100644 --- a/config/mh-sysv +++ b/config/mh-sysv @@ -1,4 +1,3 @@ # Define SYSV as -DSYSV if you are using a System V operating system. SYSV = -DSYSV RANLIB = true -INSTALL = cp |