mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Merge rev 1.2 (FreeBSD a.out configuration support) into the
Binutils 2.12_20020622 snap.
This commit is contained in:
parent
aabeabed7c
commit
89b2e0c349
1 changed files with 23 additions and 0 deletions
|
|
@ -1898,6 +1898,29 @@ dep-am: DEP
|
|||
|
||||
.PHONY: dep dep-in dep-am
|
||||
|
||||
@MAINT@.PHONY: mpw
|
||||
@MAINT@mpw: $(srcdir)/mpw-ei386go32.c $(srcdir)/mpw-elfmips.c \
|
||||
@MAINT@ $(srcdir)/mpw-em68kcoff.c $(srcdir)/mpw-eppcmac.c \
|
||||
@MAINT@ $(srcdir)/mpw-esh.c $(srcdir)/mpw-idtmips.c
|
||||
@MAINT@
|
||||
@MAINT@$(srcdir)/mpw-ei386go32.c: ei386go32.c
|
||||
@MAINT@ $(srcdir)/../move-if-change $< $@
|
||||
@MAINT@
|
||||
@MAINT@$(srcdir)/mpw-elfmips.c: eelf32ebmip.c
|
||||
@MAINT@ $(srcdir)/../move-if-change $< $@
|
||||
@MAINT@
|
||||
@MAINT@$(srcdir)/mpw-em68kcoff.c: em68kcoff.c
|
||||
@MAINT@ $(srcdir)/../move-if-change $< $@
|
||||
@MAINT@
|
||||
@MAINT@$(srcdir)/mpw-eppcmac.c: eppcmacos.c
|
||||
@MAINT@ $(srcdir)/../move-if-change $< $@
|
||||
@MAINT@
|
||||
@MAINT@$(srcdir)/mpw-esh.c: esh.c
|
||||
@MAINT@ $(srcdir)/../move-if-change $< $@
|
||||
@MAINT@
|
||||
@MAINT@$(srcdir)/mpw-idtmips.c: emipsidt.c
|
||||
@MAINT@ $(srcdir)/../move-if-change $< $@
|
||||
|
||||
# What appears below is generated by a hacked mkdep using gcc -MM.
|
||||
|
||||
# DO NOT DELETE THIS LINE -- mkdep uses it.
|
||||
|
|
|
|||
Loading…
Reference in a new issue