* Makefile.am (chew.o): Delete rule.
($(MKDOC)): Move options before C file. * Makefile.in: Regenerate.
This commit is contained in:
parent
da594c4a29
commit
50fbf7fec2
3 changed files with 10 additions and 12 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-08-24 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* Makefile.am (chew.o): Delete rule.
|
||||||
|
($(MKDOC)): Move options before C file.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2008-08-15 Alan Modra <amodra@bigpond.net.au>
|
2008-08-15 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* Makefile.in: Regenerate.
|
* Makefile.in: Regenerate.
|
||||||
|
|
|
@ -60,14 +60,10 @@ INCLUDES = -I.. -I$(srcdir)/.. -I$(srcdir)/../../include \
|
||||||
-I$(srcdir)/../../intl -I../../intl
|
-I$(srcdir)/../../intl -I../../intl
|
||||||
|
|
||||||
$(MKDOC): $(srcdir)/chew.c
|
$(MKDOC): $(srcdir)/chew.c
|
||||||
$(CC_FOR_BUILD) -o chew.$$$$ $(srcdir)/chew.c \
|
$(CC_FOR_BUILD) -o chew.$$$$ $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \
|
||||||
$(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(H_CFLAGS) \
|
$(H_CFLAGS) $(INCLUDES) $(srcdir)/chew.c; \
|
||||||
$(INCLUDES); \
|
|
||||||
$(SHELL) $(srcdir)/../../move-if-change chew.$$$$ $(MKDOC)
|
$(SHELL) $(srcdir)/../../move-if-change chew.$$$$ $(MKDOC)
|
||||||
|
|
||||||
chew.o: chew.c
|
|
||||||
$(CC_FOR_BUILD) -c $(INCLUDES) $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c
|
|
||||||
|
|
||||||
protos: libbfd.h libcoff.h bfd.h
|
protos: libbfd.h libcoff.h bfd.h
|
||||||
|
|
||||||
# We can't replace these rules with an implicit rule, because
|
# We can't replace these rules with an implicit rule, because
|
||||||
|
|
|
@ -615,14 +615,10 @@ uninstall-am:
|
||||||
|
|
||||||
|
|
||||||
$(MKDOC): $(srcdir)/chew.c
|
$(MKDOC): $(srcdir)/chew.c
|
||||||
$(CC_FOR_BUILD) -o chew.$$$$ $(srcdir)/chew.c \
|
$(CC_FOR_BUILD) -o chew.$$$$ $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \
|
||||||
$(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) $(H_CFLAGS) \
|
$(H_CFLAGS) $(INCLUDES) $(srcdir)/chew.c; \
|
||||||
$(INCLUDES); \
|
|
||||||
$(SHELL) $(srcdir)/../../move-if-change chew.$$$$ $(MKDOC)
|
$(SHELL) $(srcdir)/../../move-if-change chew.$$$$ $(MKDOC)
|
||||||
|
|
||||||
chew.o: chew.c
|
|
||||||
$(CC_FOR_BUILD) -c $(INCLUDES) $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c
|
|
||||||
|
|
||||||
protos: libbfd.h libcoff.h bfd.h
|
protos: libbfd.h libcoff.h bfd.h
|
||||||
|
|
||||||
# We can't replace these rules with an implicit rule, because
|
# We can't replace these rules with an implicit rule, because
|
||||||
|
|
Loading…
Reference in a new issue