summaryrefslogtreecommitdiff
path: root/src/preproc/refer/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/refer/Makefile.sub')
-rw-r--r--src/preproc/refer/Makefile.sub10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/preproc/refer/Makefile.sub b/src/preproc/refer/Makefile.sub
index 9f4a53be..2e22a3a7 100644
--- a/src/preproc/refer/Makefile.sub
+++ b/src/preproc/refer/Makefile.sub
@@ -9,15 +9,15 @@ OBJS=\
refer.$(OBJEXT) \
token.$(OBJEXT)
CCSRCS=\
- $(srcdir)/command.cc \
- $(srcdir)/ref.cc \
- $(srcdir)/refer.cc \
- $(srcdir)/token.cc
+ $(srcdir)/command.cpp \
+ $(srcdir)/ref.cpp \
+ $(srcdir)/refer.cpp \
+ $(srcdir)/token.cpp
HDRS=\
$(srcdir)/refer.h \
$(srcdir)/token.h \
$(srcdir)/command.h \
$(srcdir)/ref.h
GRAM=$(srcdir)/label.y
-YTABC=label.cc
+YTABC=label.cpp
NAMEPREFIX=$(g)