summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'loader/Makefile')
-rw-r--r--loader/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/loader/Makefile b/loader/Makefile
index 970741bb79..f6badac38b 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -35,9 +35,6 @@ distclean: clean
libloader.a: $(OBJS) stubs.s
$(CC) -c ./stubs.s -o stubs.o
-ifeq ($(TARGET_OS),OpenBSD)
- ./loader_objfix.sh
-endif
$(AR) -r libloader.a $(OBJS) stubs.o
$(RANLIB) libloader.a