diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | make-all.com | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de> + + * make-all.com: Call conf-a-gas, not config-a-gas. + Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk> * configure.in (noconfigdirs): Don't build libgloss for arm-coff diff --git a/make-all.com b/make-all.com index 434e0af..7967473 100644 --- a/make-all.com +++ b/make-all.com @@ -11,6 +11,6 @@ $ gmake $ set def [-.binutils] $ gmake $ set def [-.gas] -$ @config-a-gas +$ @conf-a-gas $ gmake $ set def [-] |