Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2006/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endif
LIBMANDIR = $(MANSOURCEPATH)3
FILEMANDIR = $(MANSOURCEPATH)5

AR = ar clq
AR = ar cq

XARGS = xargs

Expand Down
2 changes: 1 addition & 1 deletion 2006/src/config/Imake.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ XCOMM the platform-specific parameters - edit site.def to change
#if HasLargeTmp || SystemV4
#define ArCmd ArCmdBase cq
#else
#define ArCmd ArCmdBase clq
#define ArCmd ArCmdBase cq
#endif
#endif
#ifndef ArAddCmd
Expand Down
2 changes: 1 addition & 1 deletion 2006/src/config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endif
LIBMANDIR = $(MANSOURCEPATH)3
FILEMANDIR = $(MANSOURCEPATH)5

AR = ar clq
AR = ar cq

XARGS = xargs

Expand Down