blob: f00df3e5bcf172117f477350536feb0903914b94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Description: Add more autogenerated files to the "distclean" target
Forwarded: no
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2009-08-23
--- a/Makefile.in
+++ b/Makefile.in
@@ -534,7 +534,9 @@
engine/config.h Makefile Makedist engine/Makefile \
stamp-h engine/stamp-h \
doc/version.texi gforthmi vmgen preforth \
- prim-fast.b $(FORTH_GEN_ENGINE_FAST)
+ prim-fast.b $(FORTH_GEN_ENGINE_FAST) \
+ include lib build-ec engine/libcc.h kernel.tags machpc.fs \
+ envos.fs makefile.dos makefile.os2
#realclean is useless, but dangerous, so it's commented out
realclean: distclean
|