2001-09-04 Earnie Boyd <earnie@SF.Net>
* lib/Makefile.in: Move the setting of variable libdir to after the setting of exec_prefix since the value of libdir is dependant on it.
This commit is contained in:
parent
c729f22799
commit
615a70a882
|
@ -1,6 +1,11 @@
|
|||
2001-09-04 Earnie Boyd <earnie@SF.Net>
|
||||
|
||||
* lib/Makefile.in: Move the setting of variable libdir to after the
|
||||
setting of exec_prefix since the value of libdir is dependant on it.
|
||||
|
||||
Tue Sep 4 14:15:59 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* winbase.h: Add missing closing parentheses to
|
||||
* include/winbase.h: Add missing closing parentheses to
|
||||
InterlockedExchangePointer declaration.
|
||||
|
||||
2001-09-01 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
|
|
@ -20,10 +20,10 @@ build_alias = @build_alias@
|
|||
target_alias = @target_alias@
|
||||
prefix = @prefix@
|
||||
includedir:=@includedir@
|
||||
libdir:=@libdir@
|
||||
|
||||
program_transform_name = @program_transform_name@
|
||||
exec_prefix = @exec_prefix@
|
||||
libdir:=@libdir@
|
||||
bindir = @bindir@
|
||||
ifeq ($(target_alias),$(host_alias))
|
||||
ifeq ($(build_alias),$(host_alias))
|
||||
|
|
Loading…
Reference in New Issue