Check-in Number:
|
1283 | |
Date: |
2001-Nov-08 17:54:52 (local)
2001-Nov-08 16:54:52 (UTC) |
User: | ms |
Branch: | |
Comment: |
Remove yacc and lex generated files. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/Makefile.in 1.32 -> 1.33
--- Makefile.in 2001/11/08 09:53:33 1.32
+++ Makefile.in 2001/11/08 16:54:52 1.33
@@ -243,6 +243,10 @@
-$(RMDIR) .libs >/dev/null 2>&1 || $(TRUE)
$(RM) $(TARGET_LIBS)
$(RM) $(TARGET_TESTS)
+# remove machine-generated parsers and scanners
+ $(RM) l2_spec_parse.h
+ $(RM) l2_spec_parse.c
+ $(RM) l2_spec_scan.c
# remove everything which can be regenerated
# by "./configure && make all"
|
|