summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-02-18 09:04:15 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-02-18 09:04:15 +0000
commit78f420e7a9806ff182c17dfa5161b3f0dc224efc (patch)
tree2369f4b1008cd29096b695820df66ca4c1c6439b /Makefile
parent664c79cf734da780461547a326b9bd4d1b750b6f (diff)
Reuse CPPFLAGS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5e762dc9..74040ffc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.114 2009-02-18 08:50:30 nicm Exp $
+# $Id: Makefile,v 1.115 2009-02-18 09:04:15 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -144,6 +144,6 @@ update-index.html:
install: all
${INSTALLDIR} ${DESTDIR}${PREFIX}/bin
- ${INSTALLBIN} ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}
+ ${INSTALLBIN} ${PROG} ${DESTDIR}${PREFIX}/bin/
${INSTALLDIR} ${DESTDIR}${PREFIX}/man/man1
${INSTALLMAN} ${PROG}.1 ${DESTDIR}${PREFIX}/man/man1/