diff options
author | David D. Zuhn <zoo@cygnus> | 1992-12-12 04:20:03 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-12-12 04:20:03 +0000 |
commit | ba4513e74f5c98e2e5ede750d38537f216b2e45d (patch) | |
tree | 1da115db43ce1fae0210a009b3c28a8c5570dc38 /build-all.mk | |
parent | 491a12058f34429f86fdac24544ed4752e317d85 (diff) | |
download | gdb-ba4513e74f5c98e2e5ede750d38537f216b2e45d.zip gdb-ba4513e74f5c98e2e5ede750d38537f216b2e45d.tar.gz gdb-ba4513e74f5c98e2e5ede750d38537f216b2e45d.tar.bz2 |
* configure.in: handle some programs as cross-only, and others as
native only
* test-build.mk: handle partial holes in a more generic manner
* Makefile.in: m4 depends on libiberty
also updated dates in test-build.mk and build-all.mk
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-all.mk b/build-all.mk index 0886fdf..5758dee 100644 --- a/build-all.mk +++ b/build-all.mk @@ -15,7 +15,7 @@ TREE = devo NATIVE = native -DATE = 921203 +DATE = 921208 TAG = latest-$(DATE) |