diff options
author | Michael Tiemann <tiemann@cygnus> | 1991-12-15 22:35:14 +0000 |
---|---|---|
committer | Michael Tiemann <tiemann@cygnus> | 1991-12-15 22:35:14 +0000 |
commit | 01d4cbef85c08a2f983cd4f83f4bbadc9f4ed320 (patch) | |
tree | b6766531a26cf4259a07cc563048f86b7327932e /config | |
parent | 5f4d1571fad0434b0e6751aa10415c19a152b061 (diff) | |
download | gdb-01d4cbef85c08a2f983cd4f83f4bbadc9f4ed320.zip gdb-01d4cbef85c08a2f983cd4f83f4bbadc9f4ed320.tar.gz gdb-01d4cbef85c08a2f983cd4f83f4bbadc9f4ed320.tar.bz2 |
Add `ALL' target.
Diffstat (limited to 'config')
-rw-r--r-- | config/mt-ebmon29k | 1 | ||||
-rw-r--r-- | config/mt-vxworks68 | 1 | ||||
-rw-r--r-- | config/mt-vxworks960 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/mt-ebmon29k b/config/mt-ebmon29k index 2468b56..9eff263 100644 --- a/config/mt-ebmon29k +++ b/config/mt-ebmon29k @@ -7,4 +7,5 @@ INSTALL_HEADERS = INSTALL_FIXED_INCLUDES= nothing INSTALL_USR_LOCAL = nothing +ALL= all.cross INSTALL_TARGET= install.cross diff --git a/config/mt-vxworks68 b/config/mt-vxworks68 index e5ec4a6..aa125af 100644 --- a/config/mt-vxworks68 +++ b/config/mt-vxworks68 @@ -1 +1,2 @@ +ALL= all.cross INSTALL_TARGET= install.cross diff --git a/config/mt-vxworks960 b/config/mt-vxworks960 index e5ec4a6..aa125af 100644 --- a/config/mt-vxworks960 +++ b/config/mt-vxworks960 @@ -1 +1,2 @@ +ALL= all.cross INSTALL_TARGET= install.cross |