Remove printing done for debugging/test purposes.

Change-Id: Id6cdb34890c0f1d6c9e64d290ce72ca68183220e
Reviewed-on: https://code.wireshark.org/review/3219
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-07-27 13:13:43 -07:00
parent 2034c3ea6f
commit 5b1106d1af
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#
ed - "$1" <<EOF
H
/^Cflags: /s;-I\${includedir}/\([A-Za-z0-9]*\);-I\${libdir}/\1.framework/Versions/5/Headers;p
/^Cflags: /s;;Cflags: -F\${libdir} ;p
/^Cflags: /s;-I\${includedir}/\([A-Za-z0-9]*\);-I\${libdir}/\1.framework/Versions/5/Headers;
/^Cflags: /s;;Cflags: -F\${libdir} ;
w
q