From 1901266d8954f3153c8707fa012aef13df6efd8a Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 28 Dec 2009 11:13:04 +0100 Subject: [PATCH] Remove Version.hs during clean too Ganeti/HTools/Version.hs is generated at build time from version (which is the only one shipped), so it must be removed by the clean rule. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 047089ae4..4a701120d 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ maintainer-clean: clean: rm -f $(HALLPROGS) rm -f *.o *.prof *.ps *.stat *.aux *.hi + rm -f Ganeti/HTools/Version.hs cd Ganeti && rm -f *.o *.prof *.ps *.stat *.aux *.hi cd Ganeti/HTools && rm -f *.o *.prof *.ps *.stat *.aux *.hi -- GitLab