makefiles: Remove the no longer needed explicit dependencies for bison files.

This commit is contained in:
Alexandre Julliard 2010-03-16 13:27:27 +01:00
parent bef5645eb1
commit fbef7217b9
7 changed files with 0 additions and 14 deletions

View File

@ -42,5 +42,3 @@ BISON_SRCS = \
parser.y
@MAKE_DLL_RULES@
parser.tab.c: parser.tab.h # for parallel makes

View File

@ -87,5 +87,3 @@ RC_SRCS = \
version.rc
@MAKE_DLL_RULES@
sql.tab.c: sql.tab.h # for parallel makes

View File

@ -19,5 +19,3 @@ $(MODULE): $(OBJS)
$(RM) $@
$(AR) $(ARFLAGS) $@ $(OBJS)
$(RANLIB) $@
ppy.tab.c: ppy.tab.h # for parallel makes

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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