summaryrefslogtreecommitdiffstats
path: root/eshtrans
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-02-26 18:34:41 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-02-26 18:34:41 (EST)
commit1d7e6404126f95fbc6bd42336a576806f57ba930 (patch)
tree3ae6faaca25579a59ff5b7cc2de2ff86454f16e5 /eshtrans
parent38af32c47112c1833669f87f0f626f4e6dcfa067 (diff)
downloadeggshell-1d7e6404126f95fbc6bd42336a576806f57ba930.zip
eggshell-1d7e6404126f95fbc6bd42336a576806f57ba930.tar.gz
eggshell-1d7e6404126f95fbc6bd42336a576806f57ba930.tar.bz2
eshtrans/Makefile: Remove dependencies on Makefile
Diffstat (limited to 'eshtrans')
-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 $< $@