mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
4efcc974a5
for executable files, not just libraries/modules. Also, the AIX linker hardcodes -L paths by default; override this to prevent build paths from appearing in distributed binaries. mkdep.aix - a wrapper for AIX cc that sends dependency info to stdout so that the standard mkdep script can operate.
5 lines
50 B
Bash
Executable File
5 lines
50 B
Bash
Executable File
#! /bin/sh
|
|
cc_r -ME $* > /dev/null
|
|
cat *.u
|
|
rm *.u
|