Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
9aafb117
Commit
9aafb117
authored
Sep 03, 2016
by
Niels Möller
Browse files
Delete no longer used .p$(OBJEXT) from make .SUFFIXES.
parent
91c0fc50
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9aafb117
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.
...
...
config.make.in
View file @
9aafb117
...
...
@@ -83,7 +83,7 @@ default: all
# 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment