summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eshtrans/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/eshtrans/Makefile b/eshtrans/Makefile
index a2ff5c9..c924c92 100644
--- a/eshtrans/Makefile
+++ b/eshtrans/Makefile
@@ -37,16 +37,16 @@ clean-stage3:
.SUFFIXES:
.SUFFIXES: .esh .sh .sh1 .sh2 .sh3
-eshtrans.stage1: $(OBJECTS1) Makefile
+eshtrans.stage1: $(OBJECTS1)
cat $(OBJECTS1) >$@
printf 'main "$${@}"\n' >>$@
chmod a+x $@
-eshtrans.stage2: eshtrans.stage1 $(OBJECTS2) $(PROF) Makefile
+eshtrans.stage2: eshtrans.stage1 $(OBJECTS2) $(PROF)
../eshld/eshld -o $@ $(OBJECTS2) $(PROF)
-eshtrans.stage3: eshtrans.stage2 $(OBJECTS3) $(PROF) Makefile
+eshtrans.stage3: eshtrans.stage2 $(OBJECTS3) $(PROF)
../eshld/eshld -o $@ $(OBJECTS3) $(PROF)
-$(OBJECTS1) $(OBJECTS2) $(OBJECTS3): Makefile
+$(OBJECTS1) $(OBJECTS2) $(OBJECTS3):
.esh.sh1:
cp $< $@