From 26f5d19217812600311d4186230df36f6d0e9ab8 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sun, 29 Nov 2015 13:23:56 +0100 Subject: [PATCH] Smake clean target removed po/ChangeLog and po/Makefile.in (both are in git) make -f Smake clean removed po/ChangeLog and po/Makefile.in which are under git control. This fix leaves those two files untouched. Without the fix, the make -f Smake step after a clean ends with an error because po/Makefile.in is missing. --- Smake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Smake b/Smake index a989f2d078..0314c9b7cd 100644 --- a/Smake +++ b/Smake @@ -380,8 +380,7 @@ _debug: all -PO_FILES = po/ChangeLog \ -po/Rules-quot po/boldquot.sed \ +PO_FILES = po/Rules-quot po/boldquot.sed \ po/cat-id-tbl.c po/en@boldquot.header po/en@quot.header \ po/insert-header.sin po/quot.sed po/remove-potcdate.sin po/stamp-po \ po/Makevars.template po/pspp.pot @@ -401,7 +400,8 @@ clean: rm -f doc/stamp-vti rm -f config.h.in~ rm -f config.h.in - find . -name Makefile.in -exec rm -f {} \; + rm -f gl/Makefile.in + rm -f Makefile.in rm -f compile rm -f ltmain.sh rm -f reloc-ldflags install-reloc -- 2.30.2