From 1e7a3f9e1101c148bd52640715db14e4c76b4996 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Thu, 10 Apr 2003 11:25:55 -0700 Subject: [PATCH 1/1] [PATCH] cleaned up the makefile a bit. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c31f61d84..803a2db56 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.30.2