diff options
-rwxr-xr-x | scripts/ac_build_iraf_pkg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/ac_build_iraf_pkg b/scripts/ac_build_iraf_pkg index 8440d16..0428078 100755 --- a/scripts/ac_build_iraf_pkg +++ b/scripts/ac_build_iraf_pkg @@ -97,9 +97,6 @@ if [ ! -e bin ]; then ln -s "bin.$IRAFARCH" bin fi -# Remove any old libs that might cause linking complications (& links to them): -find . \( -name "*.a" -o -name "*.o" \) -exec rm -f {} \; - # Enable compilation with debugging symbols (from the STScI IRAF "make_all"; # avoiding trailing space, which gcc fails on as a non-existent filename!): export XC_LFLAGS="-g${XC_LFLAGS:+ $XC_LFLAGS}" |