Introduction
Introduction Statistics Contact Development Disclaimer Help
Don't allow clobbering of troff's CFLAGS by config.mk - 9base - revived minimal…
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
commit 244b935e44cbdc4d361135bf83c083688b943eb4
parent f71961be90faae365d90c29f96c0c1dd309953d2
Author: Kris Maglione <[email protected]>
Date: Thu, 15 Oct 2009 16:35:28 -0400
Don't allow clobbering of troff's CFLAGS by config.mk
Diffstat:
M troff/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/troff/Makefile b/troff/Makefile
@@ -8,10 +8,10 @@ OFILES = n1.o n2.o n3.o n4.o n5.o t6.o n6.o n7.o n8.o n9.o…
MANFILES = troff.1
TROFFDIR = ${PREFIX}/lib/troff
-CFLAGS += -DUNICODE -DTMACDIR=\"/tmac/tmac.\" -DTDEVNAME=\"utf\" -DFONTDIR=\…
-
include ../std.mk
+CFLAGS += -DUNICODE -DTMACDIR=\"/tmac/tmac.\" -DTDEVNAME=\"utf\" -DFONTDIR=\…
+
pre-uninstall:
@rm -rf ${DESTDIR}${TROFFDIR}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.