Check-in Number:
|
650 | |
Date: |
2001-Aug-11 17:28:53 (local)
2001-Aug-11 15:28:53 (UTC) |
User: | rse |
Branch: | |
Comment: |
libtool is generated. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/.cvsignore 1.7 -> 1.8
--- .cvsignore 2001/08/11 15:23:09 1.7
+++ .cvsignore 2001/08/11 15:28:53 1.8
@@ -5,3 +5,4 @@
xds-config
xds-config.1
config.h
+libtool
|
|
ossp-pkg/xds/Makefile.in 1.25 -> 1.26
--- Makefile.in 2001/08/11 15:23:09 1.25
+++ Makefile.in 2001/08/11 15:28:53 1.26
@@ -95,7 +95,7 @@
-$(RM) xds.3
distclean: clean
- -$(RM) config.log config.status Makefile
+ -$(RM) config.log config.status Makefile libtool
-$(RM) -r .libs >/dev/null 2>&1 || true
-$(RM) xds.h
|
|