summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src/preproc/html/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/preproc/html/Makefile.sub')
-rw-r--r--contrib/groff/src/preproc/html/Makefile.sub6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/groff/src/preproc/html/Makefile.sub b/contrib/groff/src/preproc/html/Makefile.sub
index 8ecd332..5da6d43 100644
--- a/contrib/groff/src/preproc/html/Makefile.sub
+++ b/contrib/groff/src/preproc/html/Makefile.sub
@@ -1,6 +1,6 @@
-PROG=pre-grohtml
+PROG=pre-grohtml$(EXEEXT)
# MAN1=pre-grohtml.n
MAN1=
XLIBS=$(LIBGROFF)
-OBJS=pre-html.o pushbackbuffer.o
-CCSRCS=$(srcdir)/pre-html.cc $(srcdir)/pushbackbuffer.cc
+OBJS=pre-html.$(OBJEXT) pushback.$(OBJEXT)
+CCSRCS=$(srcdir)/pre-html.cc $(srcdir)/pushback.cc
OpenPOWER on IntegriCloud