diff options
-rwxr-xr-x | opcodes/configure | 2 | ||||
-rw-r--r-- | opcodes/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/configure b/opcodes/configure index f3bea80..3aac7c5 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -681,7 +681,7 @@ fi # host-specific stuff: -ALLIBS='$(TARGETLIB)' +ALLLIBS='$(TARGETLIB)' PICFLAG= SHLIB= SHLINK= diff --git a/opcodes/configure.in b/opcodes/configure.in index f68f098..74123dc 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -51,7 +51,7 @@ fi # host-specific stuff: -ALLIBS='$(TARGETLIB)' +ALLLIBS='$(TARGETLIB)' PICFLAG= SHLIB= SHLINK= |