Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ca004e50
Commit
ca004e50
authored
Jan 03, 1999
by
Marcus Meissner
Committed by
Alexandre Julliard
Jan 03, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check for necessary configure reruns for Makefile and Make.rules
generation.
parent
5b729dd6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
Make.rules.in
Make.rules.in
+5
-1
Makefile.in
Makefile.in
+5
-1
No files found.
Make.rules.in
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)
...
...
Makefile.in
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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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