diff options
author | P. 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) |
commit | 1d7e6404126f95fbc6bd42336a576806f57ba930 (patch) | |
tree | 3ae6faaca25579a59ff5b7cc2de2ff86454f16e5 /eshtrans/Makefile | |
parent | 38af32c47112c1833669f87f0f626f4e6dcfa067 (diff) | |
download | eggshell-1d7e6404126f95fbc6bd42336a576806f57ba930.zip eggshell-1d7e6404126f95fbc6bd42336a576806f57ba930.tar.gz eggshell-1d7e6404126f95fbc6bd42336a576806f57ba930.tar.bz2 |
eshtrans/Makefile: Remove dependencies on Makefile
Diffstat (limited to 'eshtrans/Makefile')
-rw-r--r-- | eshtrans/Makefile | 8 |
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 $< $@ |