Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2001-09-05 00:56:23 +0400
committerEarnie Boyd <earnie@users.sf.net>2001-09-05 00:56:23 +0400
commit615a70a882bdff5287f078d50b4991d4dd906ed9 (patch)
treebbc8a38382af8159a86ba55e61a503b5f5f0468e /winsup/w32api/lib/Makefile.in
parentc729f22799bcd93a8524619242ce34a2d4fc6edd (diff)
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.
Diffstat (limited to 'winsup/w32api/lib/Makefile.in')
-rw-r--r--winsup/w32api/lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in
index 5bec36c7e..0c06a3a30 100644
--- a/winsup/w32api/lib/Makefile.in
+++ b/winsup/w32api/lib/Makefile.in
@@ -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))