summaryrefslogtreecommitdiff
path: root/devel/bin86/files/patch-as_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bin86/files/patch-as_Makefile')
-rw-r--r--devel/bin86/files/patch-as_Makefile20
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)