From 411acb7148008faca15dc8b0c3e022327589969e Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 20 Jun 2005 16:44:38 +0000 Subject: [PATCH] Remove (cd gnome-console; make clean) from src/Makefile.in git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2153 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kes-1.37 | 1 + bacula/src/Makefile.in | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/kes-1.37 b/bacula/kes-1.37 index 579f0cb551..8a027ad2df 100644 --- a/bacula/kes-1.37 +++ b/bacula/kes-1.37 @@ -5,6 +5,7 @@ General: Changes to 1.37.25 released on 20 Jun 05: 20Jun05: +- Remove (cd gnome-console; make clean) from src/Makefile.in - Fix bug where Storage daemon gets confused about what tape is mounted. (one line of code was inadvertently deleted). diff --git a/bacula/src/Makefile.in b/bacula/src/Makefile.in index c96264a822..c2c128a975 100644 --- a/bacula/src/Makefile.in +++ b/bacula/src/Makefile.in @@ -43,7 +43,6 @@ clean: @$(RMF) AUTHORS ChangeLog Makefile.am NEWS README acconfig.h autogen.sh @$(RMF) configure.in stamp.h stamp-h.in @$(RMF) -r po - (cd gnome-console; $(MAKE) clean) (cd gnome2-console; $(MAKE) clean) realclean: clean -- 2.39.5