diff loader/Makefile @ 5880:a04a7dc31ebb

openbsd updates by Bj«Órn Sandell <biorn@dce.chalmers.se>
author arpi
date Sun, 28 Apr 2002 01:30:04 +0000
parents 341e246ec91d
children b69ddd4d3bb9
line wrap: on
line diff
--- a/loader/Makefile	Sun Apr 28 01:15:35 2002 +0000
+++ b/loader/Makefile	Sun Apr 28 01:30:04 2002 +0000
@@ -32,6 +32,9 @@
 
 libloader.a:  $(LIB_OBJECTS) stubs.s
 	$(CC) -c ./stubs.s -o stubs.o
+ifeq ($(TARGET_OS),OpenBSD)
+	./loader_objfix.sh
+endif
 	$(AR) -r libloader.a $(LIB_OBJECTS) stubs.o
 
 dep: