summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src/preproc/tbl/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/preproc/tbl/Makefile.sub')
-rw-r--r--contrib/groff/src/preproc/tbl/Makefile.sub6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/groff/src/preproc/tbl/Makefile.sub b/contrib/groff/src/preproc/tbl/Makefile.sub
index 224baff..fb14818 100644
--- a/contrib/groff/src/preproc/tbl/Makefile.sub
+++ b/contrib/groff/src/preproc/tbl/Makefile.sub
@@ -1,9 +1,9 @@
-PROG=tbl
+PROG=tbl$(EXEEXT)
MAN1=tbl.n
XLIBS=$(LIBGROFF)
OBJS=\
- main.o \
- table.o
+ main.$(OBJEXT) \
+ table.$(OBJEXT)
CCSRCS=\
$(srcdir)/main.cc \
$(srcdir)/table.cc
OpenPOWER on IntegriCloud