summaryrefslogtreecommitdiff
path: root/devel/bin86/files/patch-ld_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bin86/files/patch-ld_Makefile')
-rw-r--r--devel/bin86/files/patch-ld_Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/bin86/files/patch-ld_Makefile b/devel/bin86/files/patch-ld_Makefile
deleted file mode 100644
index 3030e24cb0e0..000000000000
--- a/devel/bin86/files/patch-ld_Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
---- ld/Makefile.orig Sat Jan 6 02:02:20 2001
-+++ ld/Makefile Fri Jul 31 02:01:01 1998
-@@ -21,11 +21,11 @@
- all: ld86 objchop catimage objdump86
-
- ld86: $(OBJS)
-- $(CC) $(LDFLAGS) $^ -o $@
-+ $(CC) $(LDFLAGS) $(OBJS) -o $@
-
- install: ld86
- install -d $(LIBDIR)
-- install -m 755 $^ $(LIBDIR)
-+ install -m 755 ld86 $(LIBDIR)
-
- clean realclean clobber:
- rm -f *.o ld86 ld86r objchop catimage objdump86
-@@ -39,7 +39,7 @@
- ln ../libc/include/ar.h .
-
- writebin.o: writebin.c
-- $(CC) $(CFLAGS) $(DEFS) $(NATIVE) -c $<
-+ $(CC) $(CFLAGS) $(DEFS) $(NATIVE) -c writebin.c
-
- writerel.o: writebin.c
-