|
Check-in Number:
|
3491 | |
| Date: |
2003-Jul-07 14:13:46 (local)
2003-Jul-07 12:13:46 (UTC) |
| User: | ms |
| Branch: | |
| Comment: |
Don't try to remve a file that doesn't exist. |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/as/as-gui/devtool.func 1.2 -> 1.3
--- devtool.func 2002/11/28 20:44:36 1.2
+++ devtool.func 2003/07/07 12:13:46 1.3
@@ -57,8 +57,7 @@
shift
case $tool in
autoconf )
- echo "removing: config.h.in ac_config.h.in"
- rm -f configure config.h.in
+ echo "removing: configure ac_config.h.in"
rm -f configure ac_config.h.in
;;
libtool )
|
|