diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-18 00:41:09 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-18 00:41:09 +0000 |
commit | 8dfe599d81d0606c278d69d2fa706dc2c82377cb (patch) | |
tree | d5183528d2516853f6979dc23eed7f57aed234cc /utils/Makefile | |
parent | 693162310d64be4069584f80180e6f295d3c965e (diff) |
Replace TOPDIR, add/update copyright
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile index 49cedc252..b665fb7a8 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -5,9 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -TOPDIR=../ - -top_srcdir=$(TOPDIR) +top_srcdir=../ top_builddir=../ include $(top_builddir)Rules.mak |