summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-30 13:54:18 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-30 13:54:18 +0000
commitfe1299aecf62068f4bb320115eb1f6e3a3cf2c8f (patch)
tree73346d1c6e92e2c308b534c361be8ad3b5fac08b /Makefile
parent3962c5f706adb92c3ca83aa1a8672920fe2aabf6 (diff)
install -d, from tobiasu.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1bfe1949..a138e36c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.49 2007-11-27 19:23:33 nicm Exp $
+# $Id: Makefile,v 1.50 2007-11-30 13:54:18 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -49,8 +49,8 @@ CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
PREFIX?= /usr/local
-INSTALLBIN= install -g bin -o root -m 555
-INSTALLMAN= install -g bin -o root -m 444
+INSTALLBIN= install -d -g bin -o root -m 555
+INSTALLMAN= install -d -g bin -o root -m 444
LDFLAGS+= -L/usr/local/lib
.ifdef PROFILE