From 5505fc13c6caf0abf21cac45a259fef4abc7fc45 Mon Sep 17 00:00:00 2001 From: Michael 'Ghandi' Herold Date: Fri, 19 Jun 1998 12:02:25 +0000 Subject: [PATCH] - Fixed to delete 'stamp-h.in' on 'make maintenance-clean'. --- vbox3/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vbox3/Makefile.am b/vbox3/Makefile.am index b21fde17..3ef3b09a 100644 --- a/vbox3/Makefile.am +++ b/vbox3/Makefile.am @@ -13,4 +13,5 @@ SUBDIRS = vboxgetty ## Clean & Maintenance ################################################### CLEANFILES = *~ -MAINTAINERCLEANFILES = configure aclocal.m4 Makefile.in config.h.in +MAINTAINERCLEANFILES = configure aclocal.m4 Makefile.in config.h.in \ + stamp-h.in