Skip to content
Snippets Groups Projects
Commit 93d340ab authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Can now rebuild itself.

Rev: src/modules/Makefile.in:1.19
parent a86f3025
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile.in,v 1.18 1998/04/09 21:11:28 hubbe Exp $ # $Id: Makefile.in,v 1.19 1998/04/13 14:13:53 grubba Exp $
@SET_MAKE@ @SET_MAKE@
...@@ -33,6 +33,12 @@ modlist_headers.h: $(MODULE_SEGMENTS) ...@@ -33,6 +33,12 @@ modlist_headers.h: $(MODULE_SEGMENTS)
linker_options: $(MODULE_LINKOPTS) linker_options: $(MODULE_LINKOPTS)
( for a in $(MODULES) ; do cat $$a/linker_options; done ; ) >linker_options ( for a in $(MODULES) ; do cat $$a/linker_options; done ; ) >linker_options
Makefile: $(SRCDIR)/Makefile.in $(SRCDIR)/dependencies ./config.status
CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status
touch remake
@echo "Run make again"
@exit 1
depend: depend:
for a in $(MODULES) ; do ( cd $$a ; ${MAKE} $(MAKE_FLAGS) MODNAME=$$a depend ) ; done for a in $(MODULES) ; do ( cd $$a ; ${MAKE} $(MAKE_FLAGS) MODNAME=$$a depend ) ; done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment