diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-29 03:48:57 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-29 03:48:57 +0000 |
commit | a41da3087542d8d547456ef076993438bb04e5f2 (patch) | |
tree | 20fafe2ae2db49f202db83b9ced4e16e7f648b36 /devel/bin86/files/patch-as_Makefile | |
parent | Upgrade to 1.14 (diff) |
version 0.16.13
Notes
Notes:
svn path=/head/; revision=92524
Diffstat (limited to 'devel/bin86/files/patch-as_Makefile')
-rw-r--r-- | devel/bin86/files/patch-as_Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/bin86/files/patch-as_Makefile b/devel/bin86/files/patch-as_Makefile deleted file mode 100644 index fe870fea910d..000000000000 --- a/devel/bin86/files/patch-as_Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- as/Makefile.orig Sat Jan 6 01:52:28 2001 -+++ as/Makefile Fri Jul 31 01:53:43 1998 -@@ -12,13 +12,13 @@ - all: as86 as86_encap - - as86: $(OBJS) -- $(CC) $(LDFLAGS) $(OBJS) -o $@ -+ $(CC) $(LDFLAGS) $(OBJS) -o as86 - - as86_encap: as86_encap.sh - sed -e "s:%%LIBDIR%%:$(LIBDIR):" -e "s:%%BINDIR%%:$(BINDIR):" \ -- < $^ > tmp -- @mv -f tmp $@ -- chmod +x $@ -+ < as86_encap.sh > tmp -+ @mv -f tmp as86_encap -+ chmod +x as86_encap - - install: all - install -d $(LIBDIR) |