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
fbef7217
Commit
fbef7217
authored
Mar 16, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
makefiles: Remove the no longer needed explicit dependencies for bison files.
parent
bef5645e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
14 deletions
+0
-14
Makefile.in
dlls/jscript/Makefile.in
+0
-2
Makefile.in
dlls/msi/Makefile.in
+0
-2
Makefile.in
libs/wpp/Makefile.in
+0
-2
Makefile.in
programs/winedbg/Makefile.in
+0
-2
Makefile.in
tools/widl/Makefile.in
+0
-2
Makefile.in
tools/wmc/Makefile.in
+0
-2
Makefile.in
tools/wrc/Makefile.in
+0
-2
No files found.
dlls/jscript/Makefile.in
View file @
fbef7217
...
...
@@ -42,5 +42,3 @@ BISON_SRCS = \
parser.y
@MAKE_DLL_RULES@
parser.tab.c
:
parser.tab.h
#
for parallel makes
dlls/msi/Makefile.in
View file @
fbef7217
...
...
@@ -87,5 +87,3 @@ RC_SRCS = \
version.rc
@MAKE_DLL_RULES@
sql.tab.c
:
sql.tab.h
#
for parallel makes
libs/wpp/Makefile.in
View file @
fbef7217
...
...
@@ -19,5 +19,3 @@ $(MODULE): $(OBJS)
$(RM)
$@
$(AR)
$(ARFLAGS)
$@
$(OBJS)
$(RANLIB)
$@
ppy.tab.c
:
ppy.tab.h
#
for parallel makes
programs/winedbg/Makefile.in
View file @
fbef7217
...
...
@@ -60,5 +60,3 @@ install install-lib:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
uninstall
::
$(RM)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/winedbg.
$(prog_manext)
dbg.tab.c
:
dbg.tab.h
#
for parallel makes
tools/widl/Makefile.in
View file @
fbef7217
...
...
@@ -41,5 +41,3 @@ install install-dev:: $(PROGRAMS) $(MANPAGES) $(INSTALLDIRS)
uninstall
::
$(RM)
$(DESTDIR)$(bindir)
/widl
$(EXEEXT)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/widl.
$(prog_manext)
parser.tab.c
:
parser.tab.h
#
for parallel makes
tools/wmc/Makefile.in
View file @
fbef7217
...
...
@@ -36,5 +36,3 @@ install install-dev:: wmc-installed $(MANPAGES) $(INSTALLDIRS)
uninstall
::
$(RM)
$(DESTDIR)$(bindir)
/wmc
$(EXEEXT)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/wmc.
$(prog_manext)
mcy.tab.c
:
mcy.tab.h
#
for parallel makes
tools/wrc/Makefile.in
View file @
fbef7217
...
...
@@ -41,5 +41,3 @@ install install-dev:: wrc-installed $(MANPAGES) $(INSTALLDIRS)
uninstall
::
$(RM)
$(DESTDIR)$(bindir)
/wrc
$(EXEEXT)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/wrc.
$(prog_manext)
parser.tab.c
:
parser.tab.h
#
for parallel makes
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