Module: docs Branch: master Commit: 051face58ec8ba9887ea9ce8b4e69cd0efa02daf URL: http://source.winehq.org/git/docs.git/?a=commit;h=051face58ec8ba9887ea9ce8b4...
Author: Frédéric Delanoy frederic.delanoy@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@