remove stray "if"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8170 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-12-01 14:54:26 +00:00
parent d6c55f8b50
commit c04e54dd4f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-12-01 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.am (stamp-xpm): remove stray 'if'
2003-12-01 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* FormVSpace.C: remove VSPACE::NONE.

View File

@ -194,7 +194,7 @@ lyx_xpm.h: stamp-xpm
@:
stamp-xpm: lyx_xpm.h-tmp
if cmp -s $< lyx_xpm.h || {\
cmp -s $< lyx_xpm.h || {\
rm -f lyx_xpm.h ;\
cp $< lyx_xpm.h ;\
}