From 83dc03f7901fe8818103e4f0117338685891d455 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 26 Feb 2016 02:23:12 -0500 Subject: eshtrans/Makefile: Don't manage ../libeshprof/hooks.esh --- (limited to 'eshtrans') 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 -- cgit v0.9.1