Skip to content
Snippets Groups Projects
Commit 2424ee78 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

fixed so "make Image" etc works

Rev: src/modules/Makefile.in:1.29
parent 1a783f6f
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile.in,v 1.28 1999/04/10 02:31:33 mirar Exp $ # $Id: Makefile.in,v 1.29 1999/08/11 20:06:40 mirar Exp $
@SET_MAKE@ @SET_MAKE@
...@@ -19,7 +19,7 @@ $(MODULE_SEGMENTS) $(MODULE_LINKOPTS): modules ...@@ -19,7 +19,7 @@ $(MODULE_SEGMENTS) $(MODULE_LINKOPTS): modules
force: force:
$MODULES: force $(MODULES): force
echo Making $@; \ echo Making $@; \
( cd $@; \ ( cd $@; \
rm remake >/dev/null 2>&1 || : ; \ rm remake >/dev/null 2>&1 || : ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment