diff options
Diffstat (limited to 'app/xlockmore/Makefile.in')
-rw-r--r-- | app/xlockmore/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |