diff options
author | greg@kroah.com <greg@kroah.com> | 2003-04-10 11:25:55 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:01:38 -0700 |
commit | 1e7a3f9e1101c148bd52640715db14e4c76b4996 (patch) | |
tree | 7592c88811666c4f66cea0b1383af47e3bccdbb8 | |
parent | 8b16416dce3d5feab0827668e1184301a19074a8 (diff) |
[PATCH] cleaned up the makefile a bit.
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,10 +22,9 @@ DEBUG = true ROOT = udev -#PREFIX = diet VERSION = 0.01 INSTALL_DIR = /usr/local/bin -RELEASE_NAME = $(PREFIX)$(ROOT)-$(VERSION) +RELEASE_NAME = $(ROOT)-$(VERSION) # Comment out this line to build with something other |