diff options
author | Ulrich Drepper <drepper@redhat.com> | 1996-08-15 01:23:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1996-08-15 01:23:29 +0000 |
commit | 706074a5bb120f78f4fd8bc40c6814f14e17e530 (patch) | |
tree | c5da6add27af818bf38e5d9e4f9b3c2dedc718ff /config.make.in | |
parent | 046e3001f9370904c1efd764cfe49c472818ddfb (diff) | |
download | glibc-706074a5bb120f78f4fd8bc40c6814f14e17e530.tar.gz glibc-706074a5bb120f78f4fd8bc40c6814f14e17e530.tar.xz glibc-706074a5bb120f78f4fd8bc40c6814f14e17e530.zip |
update from main archive 960814 cvs/libc-960815
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in index a496e29f0d..b099199c36 100644 --- a/config.make.in +++ b/config.make.in @@ -34,7 +34,6 @@ CC = @CC@ BUILD_CC = @BUILD_CC@ CFLAGS = @CFLAGS@ AR = @AR@ -AUTOLOCK = @AUTOLOCK@ RANLIB = @RANLIB@ AS = $(CC) -c |