Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Yoann Laissus
wine
Commits
ca004e50
Commit
ca004e50
authored
26 years ago
by
Marcus Meissner
Committed by
Alexandre Julliard
26 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Check for necessary configure reruns for Makefile and Make.rules
generation.
parent
5b729dd6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Make.rules.in
+5
-1
5 additions, 1 deletion
Make.rules.in
Makefile.in
+5
-1
5 additions, 1 deletion
Makefile.in
with
10 additions
and
2 deletions
Make.rules.in
+
5
−
1
View file @
ca004e50
...
...
@@ -136,9 +136,13 @@ $(BUILD) checkbuild:
# Rule for main module
$(MODULE).o: $(OBJS)
$(MODULE).o:
Makefile
$(OBJS)
$(LDCOMBINE) $(OBJS) -o $(MODULE).o
Makefile: Makefile.in $(TOPSRCDIR)/configure
@echo Makefile is older than $?, please rerun $(TOPSRCDIR)/configure
@exit 1
# Rules for auto documentation
man: $(C_SRCS)
...
...
This diff is collapsed.
Click to expand it.
Makefile.in
+
5
−
1
View file @
ca004e50
...
...
@@ -140,10 +140,14 @@ LIB_TARGET = @LIB_TARGET@
ALT_LINK
=
@ALT_LINK@
all
:
$(MAIN_TARGET)
all
:
Makefile Make.rules
$(MAIN_TARGET)
@MAKE_RULES@
Make.rules
:
Make.rules.in configure
@
echo
$?
is newer than
'Make.rules'
, please rerun ./configure!
@
exit
1
install
::
install_$(MAIN_TARGET)
uninstall
::
uninstall_$(MAIN_TARGET)
...
...
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