Check-in Number:
|
4149 | |
Date: |
2001-Jul-04 18:13:56 (local)
2001-Jul-04 16:13:56 (UTC) |
User: | simons |
Branch: | |
Comment: |
Fixed clean target. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/Makefile 1.8 -> 1.9
--- Makefile 2001/07/04 16:06:08 1.8
+++ Makefile 2001/07/04 16:13:56 1.9
@@ -37,8 +37,8 @@
clean::
@(cd regression-tests && $(MAKE) clean)
- rm -f test.o test
- rm -f xds.3
+ rm -f $(OBJS)
+ rm -f libxds.a test.o test xds.3
check: libxds.a
(cd regression-tests && $(MAKE) check)
|
|