From 2249aa4d1758039783f07ed68858436eecb40512 Mon Sep 17 00:00:00 2001 From: matthieu Date: Sun, 6 Jan 2008 10:56:10 +0000 Subject: [PATCH] "fix" make distclean --- app/xlockmore/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/xlockmore/Makefile.in b/app/xlockmore/Makefile.in index 679c5c8b8..c2c2dbc4c 100644 --- a/app/xlockmore/Makefile.in +++ b/app/xlockmore/Makefile.in @@ -9,7 +9,7 @@ SUBDIRS = xlock modes/glx modes xmlock xglock MAKE_SUBDIR = for dir in $(SUBDIRS) ; do ( cd $$dir ; $(MAKE) $@ ) ; done # convenient not to use configure just to clean -MAKEIN_SUBDIR = for dir in $(SUBDIRS) ; do ( cd $$dir ; sed s/@MODULES@/\#/ Makefile.in > Makefile ; $(MAKE) $@ ) ; done +MAKEIN_SUBDIR = for dir in $(SUBDIRS) ; do ( cd $$dir ; sed s/\@MODULES\@/\#/ Makefile.in > Makefile ; $(MAKE) $@ ) ; done all : @$(MAKE_SUBDIR)