2016-09-03 Niels Möller <nisse@lysator.liu.se>
+ * config.make.in (.SUFFIXES): Delete no longer used .p$(OBJEXT).
+
* sexp.h (TOKEN_CHAR): Delete macro and declaration of
sexp_token_chars. They belong in tools/misc.h, not here.
# compile was broken when .SUFFIXES was moved here from Makefile.in.
.SUFFIXES:
-.SUFFIXES: .asm .c .$(OBJEXT) .p$(OBJEXT) .html .dvi .info .exe .pdf .ps .texinfo
+.SUFFIXES: .asm .c .$(OBJEXT) .html .dvi .info .exe .pdf .ps .texinfo
# Disable builtin rule
%$(EXEEXT) : %.c