From d20b2763ab5bd64229429ec02375fafff54f2ac6 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 6 Jan 2008 10:56:11 +0000 Subject: "fix" make distclean --- app/xlockmore/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/xlockmore/Makefile.in') 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) -- cgit v1.2.3