diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2b5f5c593e..7fa894c06e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -183,4 +183,7 @@ install-suexec: suexec: cd support && $(MAKE) suexec +x-local-distclean: + $(RM) -r autom4te.cache + include $(top_srcdir)/os/os2/core.mk |