changeset: 49:14d0900be889
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Thu Oct 15 16:35:28 2009 -0400
files: troff/Makefile
description:
Don't allow clobbering of troff's CFLAGS by config.mk
diff -r aa169b00647b -r 14d0900be889 troff/Makefile
--- a/troff/Makefile Thu Oct 15 04:12:19 2009 -0400
+++ b/troff/Makefile Thu Oct 15 16:35:28 2009 -0400
@@ -8,10 +8,10 @@
MANFILES = troff.1
TROFFDIR = ${PREFIX}/lib/troff
+include ../std.mk
+
CFLAGS += -DUNICODE -DTMACDIR=\"/tmac/tmac.\" -DTDEVNAME=\"utf\" -DFONTDIR=\"/font\" -DNTERMDIR=\"/term/tab.\" -DTEXHYPHENS=\"/hyphen.tex\" -DALTHYPHENS=\"/hyphen.tex\" -DDWBHOME=\"${TROFFDIR}/\"
-include ../std.mk
-
pre-uninstall:
@rm -rf ${DESTDIR}${TROFFDIR}
Received on Thu Oct 15 2009 - 20:35:51 UTC
This archive was generated by hypermail 2.2.0 : Thu Oct 15 2009 - 20:36:05 UTC