summaryrefslogtreecommitdiff
path: root/src/devices/grotty
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-08-23 16:26:19 +0000
committerwlemb <wlemb>2002-08-23 16:26:19 +0000
commit3b4126056c31d3a541fa08b24619954bd3b7efe5 (patch)
treee47ec4e507c2fa88b9d5d60b5a7511643f0b4071 /src/devices/grotty
parent33ad347d91bdc19c85e5ea6863fbb28d9f8ceaf5 (diff)
downloadgroff-3b4126056c31d3a541fa08b24619954bd3b7efe5.tar.gz
Use OBJEXT for the object file extension.
* Makefile.comm (.SUFFIXES): Add .obj. (.cc.obj, .c.obj): New implicit rules. * Makefile.in (OBJEXT): New variable, initialized from autoconf. (MDEFINES): Add EXEEXT and OBJEXT. * */Makefile.sub: s/.o/.$(OBJEXT)/.
Diffstat (limited to 'src/devices/grotty')
-rw-r--r--src/devices/grotty/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/grotty/Makefile.sub b/src/devices/grotty/Makefile.sub
index e08d2334..8802674c 100644
--- a/src/devices/grotty/Makefile.sub
+++ b/src/devices/grotty/Makefile.sub
@@ -2,5 +2,5 @@ PROG=grotty$(EXEEXT)
MAN1=grotty.n
XLIBS=$(LIBDRIVER) $(LIBGROFF)
MLIB=$(LIBM)
-OBJS=tty.o
+OBJS=tty.$(OBJEXT)
CCSRCS=$(srcdir)/tty.cc