diff options
author | portix <portix@gmx.net> | 2011-02-10 01:35:16 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-02-10 01:35:16 +0100 |
commit | 8f7b4f16ebf5bcf1ffbe0e2957621f8d8fae0dcf (patch) | |
tree | efec7aa15752fc311d7b0bd5b9a0482f80185a2b /Makefile | |
parent | ac7a8a5c870e40ff3a294a6bdf49ac8021185862 (diff) | |
download | dwb-8f7b4f16ebf5bcf1ffbe0e2957621f8d8fae0dcf.zip |
Show version information
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ uninstall-data: distclean: clean snapshot: - @$(MAKE) dist DISTDIR=$(NAME)-$(BUILDDATE) + @$(MAKE) dist DISTDIR=$(REAL_NAME)-$(BUILDDATE) dist: distclean @echo "Creating tarball." |