blob: 0b8648734b60ce152c93e32c0de9c5bb8564cef7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: b/usr/src/cmd/sgs/libelf/Makefile.com
===================================================================
--- a/usr/src/cmd/sgs/libelf/Makefile.com
+++ b/usr/src/cmd/sgs/libelf/Makefile.com
@@ -74,8 +74,8 @@ CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
BUILD.AR= $(RM) $@ ; \
- $(AR) q $@ `$(LORDER) $(OBJECTS:%=$(DIR)/%)| $(TSORT)`
- $(POST_PROCESS_A)
+$(AR) q $@ `$(LORDER) $(OBJECTS:%=$(DIR)/%)| $(TSORT)` ; \
+$(POST_PROCESS_A)
BLTDEFS= msg.h
|