diff options
Diffstat (limited to 'hl/Makefile.in')
-rwxr-xr-x | hl/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in index 513c9df..d3fb619 100755 --- a/hl/Makefile.in +++ b/hl/Makefile.in @@ -11,6 +11,7 @@ top_srcdir=@top_srcdir@ top_builddir=.. srcdir=@srcdir@ +@COMMENCE@ # Subdirectories in build-order @@ -88,7 +89,7 @@ distclean: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@); \ done - -$(RM) Makefile + -$(RM) Makefile maintainer-clean: @echo "This target is intended for maintainers to use;" |