Check-in Number:
|
1449 | |
Date: |
2001-Dec-22 23:04:55 (local)
2001-Dec-22 22:04:55 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix realclean target |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/Makefile.in 1.39 -> 1.40
--- Makefile.in 2001/12/22 21:58:52 1.39
+++ Makefile.in 2001/12/22 22:04:55 1.40
@@ -244,11 +244,10 @@
$(RM) config.guess config.sub
$(RM) ltmain.sh libtool.m4
$(RM) shtool
- $(RM) l2-config.1
$(RM) l2_config.h.in
- $(RM) l2.3
$(RM) l2_spec_scan.c
$(RM) l2_spec_parse.c l2_spec_parse.h
+ $(RM) $(TARGET_MANS)
# create dependencies
depend: all
|
|