Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 141857
Collapse All | Expand All

(-)Makefile.in.orig (+20 lines)
Lines 993-999 Link Here
993
ecs.o: ecs.c flexdef.h flexint.h
993
ecs.o: ecs.c flexdef.h flexint.h
994
gen.o: gen.c flexdef.h flexint.h tables.h tables_shared.h
994
gen.o: gen.c flexdef.h flexint.h tables.h tables_shared.h
995
libmain.o: libmain.c
995
libmain.o: libmain.c
996
@am__fastdepCC_TRUE@	if $(COMPILE) -fPIC -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
997
@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
998
@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
999
@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
1000
@am__fastdepCC_TRUE@	fi
1001
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1002
@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
1003
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1004
@am__fastdepCC_FALSE@	$(COMPILE) -fPIC -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
1005
996
libyywrap.o: libyywrap.c
1006
libyywrap.o: libyywrap.c
1007
@am__fastdepCC_TRUE@	if $(COMPILE) -fPIC -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
1008
@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
1009
@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
1010
@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
1011
@am__fastdepCC_TRUE@	fi
1012
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1013
@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
1014
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1015
@am__fastdepCC_FALSE@	$(COMPILE) -fPIC -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
1016
997
main.o: main.c flexdef.h flexint.h version.h options.h scanopt.h \
1017
main.o: main.c flexdef.h flexint.h version.h options.h scanopt.h \
998
 tables.h tables_shared.h
1018
 tables.h tables_shared.h
999
misc.o: misc.c flexdef.h flexint.h tables.h tables_shared.h
1019
misc.o: misc.c flexdef.h flexint.h tables.h tables_shared.h

Return to bug 141857