Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Pócs
nettle
Commits
38ad5464
Commit
38ad5464
authored
20 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Added a default target.
Rev: src/nettle/ChangeLog:1.311 Rev: src/nettle/config.make.in:1.5
parent
2b3aa6c5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
config.make.in
+4
-0
4 additions, 0 deletions
config.make.in
with
8 additions
and
0 deletions
ChangeLog
+
4
−
0
View file @
38ad5464
2004-12-01 Niels Mller <nisse@lysator.liu.se>
* config.make.in: Added a default target.
2004-11-29 Niels Mller <nisse@lysator.liu.se>
* testsuite/Makefile.in: Use .$(OBJEXT). Explicitly set .SUFFIXES.
...
...
This diff is collapsed.
Click to expand it.
config.make.in
+
4
−
0
View file @
38ad5464
...
...
@@ -60,6 +60,10 @@ infodir = @infodir@
COMPILE = $(CC) $(PRE_CPPFLAGS) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(CCPIC) $(DEP_FLAGS)
LINK = $(CC) $(CFLAGS) $(PRE_LDFLAGS) $(LDFLAGS)
# Default rule. Must be here, since config.make is included before the
# usual targets.
default: all
# Disable builtin rule
%$(EXEEXT) : %.c
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment