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
c0a71a26
Commit
c0a71a26
authored
Oct 22, 1998
by
Petter Reinholdtsen
Committed by
Alexandre Julliard
Oct 22, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure hello3res.h is generated even if 'make depend' never has
been run.
parent
08aaa5d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.cvsignore
libtest/.cvsignore
+1
-0
Makefile.in
libtest/Makefile.in
+1
-0
No files found.
libtest/.cvsignore
View file @
c0a71a26
...
...
@@ -3,6 +3,7 @@ expand
hello
hello2
hello3
hello3res.h
hello3res.s
hello4
hello5
...
...
libtest/Makefile.in
View file @
c0a71a26
...
...
@@ -40,6 +40,7 @@ hello2: hello2.o
hello3
:
hello3res.o hello3.o
$(CC)
-o
hello3 hello3.o hello3res.o
$(LDOPTIONS)
$(ALL_LIBS)
hello3.o
:
hello3res.h
hello4
:
hello4.o
$(CC)
-o
hello4 hello4.o
$(LDOPTIONS)
$(ALL_LIBS)
...
...
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