=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: makefiles: Remove unused TOPOBJDIR variable.

Alexandre Julliard julliard at winehq.org
Fri Aug 2 15:01:23 CDT 2013


Module: docs
Branch: master
Commit: 051face58ec8ba9887ea9ce8b4e69cd0efa02daf
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=051face58ec8ba9887ea9ce8b4e69cd0efa02daf

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Mon Jul 29 02:56:49 2013 +0200

makefiles: Remove unused TOPOBJDIR variable.

---

 Makefile.in    |    1 -
 en/Makefile.in |    1 -
 fr/Makefile.in |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 368d401..93168df 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,4 @@
 TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = .
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 
diff --git a/en/Makefile.in b/en/Makefile.in
index f4ad503..6d11868 100644
--- a/en/Makefile.in
+++ b/en/Makefile.in
@@ -1,5 +1,4 @@
 TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 
diff --git a/fr/Makefile.in b/fr/Makefile.in
index 08eb9ad..4269ab4 100644
--- a/fr/Makefile.in
+++ b/fr/Makefile.in
@@ -1,5 +1,4 @@
 TOPSRCDIR = @top_srcdir@
-TOPOBJDIR = ..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 




More information about the wine-cvs mailing list