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
0a0f4cd8
Commit
0a0f4cd8
authored
Sep 11, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Don't build authors.c for make depend, it has no dependencies anyway.
parent
534fac98
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Makefile.in
dlls/shell32/Makefile.in
+2
-3
No files found.
dlls/shell32/Makefile.in
View file @
0a0f4cd8
...
...
@@ -10,7 +10,6 @@ DELAYIMPORTS = ole32 oleaut32
EXTRALIBS
=
-luuid
C_SRCS
=
\
authors.c
\
autocomplete.c
\
brsfolder.c
\
changenotify.c
\
...
...
@@ -78,6 +77,8 @@ C_SRCS16 = shell.c
RC_SRCS16
=
version16.rc
SPEC_SRCS16
=
shell.spec
EXTRA_OBJS
=
authors.o
@MAKE_DLL_RULES@
# Special rules for 16-bit resource files
...
...
@@ -93,8 +94,6 @@ authors.c: $(TOPSRCDIR)/AUTHORS
sed
-e
'1,2d'
-e
's/\(.*\)/ \"\1\",/'
$(TOPSRCDIR)
/AUTHORS
&&
\
echo
' 0 };'
)
>
$@
||
(
$(RM)
$@
&&
false
)
depend
:
authors.c
clean
::
$(RM)
authors.c
...
...
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