makefiles: Remove the no longer needed explicit dependencies for bison files.
This commit is contained in:
parent
bef5645eb1
commit
fbef7217b9
|
@ -42,5 +42,3 @@ BISON_SRCS = \
|
|||
parser.y
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
||||
parser.tab.c: parser.tab.h # for parallel makes
|
||||
|
|
|
@ -87,5 +87,3 @@ RC_SRCS = \
|
|||
version.rc
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
||||
sql.tab.c: sql.tab.h # for parallel makes
|
||||
|
|
|
@ -19,5 +19,3 @@ $(MODULE): $(OBJS)
|
|||
$(RM) $@
|
||||
$(AR) $(ARFLAGS) $@ $(OBJS)
|
||||
$(RANLIB) $@
|
||||
|
||||
ppy.tab.c: ppy.tab.h # for parallel makes
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue