summaryrefslogtreecommitdiffstats
path: root/eshtrans
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-02-26 02:23:12 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-02-26 02:23:12 (EST)
commit83dc03f7901fe8818103e4f0117338685891d455 (patch)
tree3a72a58ce01c7c395ea3b2eac0b509b16e562b69 /eshtrans
parent679338624b8e597c2b8d568e421a0123d48dcc7f (diff)
downloadeggshell-83dc03f7901fe8818103e4f0117338685891d455.zip
eggshell-83dc03f7901fe8818103e4f0117338685891d455.tar.gz
eggshell-83dc03f7901fe8818103e4f0117338685891d455.tar.bz2
eshtrans/Makefile: Don't manage ../libeshprof/hooks.esh
Diffstat (limited to 'eshtrans')
-rw-r--r--eshtrans/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/eshtrans/Makefile b/eshtrans/Makefile
index 29e6cb3..fe1e8df 100644
--- a/eshtrans/Makefile
+++ b/eshtrans/Makefile
@@ -8,8 +8,8 @@ SOURCES = \
frontend/parser.esh \
frontend/lexer.esh
OBJECTS1 = $(SOURCES:.esh=.sh1)
-OBJECTS2 = $(SOURCES:.esh=.sh2) ../libeshprof/hooks.esh
-OBJECTS3 = $(SOURCES:.esh=.sh3) ../libeshprof/hooks.esh
+OBJECTS2 = $(SOURCES:.esh=.sh2)
+OBJECTS3 = $(SOURCES:.esh=.sh3)
bootstrap: stage3
stage1:
@@ -43,10 +43,10 @@ eshtrans.stage1: $(OBJECTS1) Makefile
cat $(OBJECTS1) >$@
printf 'main "$${@}"\n' >>$@
chmod a+x $@
-eshtrans.stage2: eshtrans.stage1 $(OBJECTS2) Makefile
- ../eshld/eshld -o $@ $(OBJECTS2)
-eshtrans.stage3: eshtrans.stage2 $(OBJECTS3) Makefile
- ../eshld/eshld -o $@ $(OBJECTS3)
+eshtrans.stage2: eshtrans.stage1 $(OBJECTS2) ../libeshprof/hooks.esh Makefile
+ ../eshld/eshld -o $@ $(OBJECTS2) ../libeshprof/hooks.esh
+eshtrans.stage3: eshtrans.stage2 $(OBJECTS3) ../libeshprof/hooks.esh Makefile
+ ../eshld/eshld -o $@ $(OBJECTS3) ../libeshprof/hooks.esh
$(OBJECTS1) $(OBJECTS2) $(OBJECTS3): Makefile