summaryrefslogtreecommitdiffstats
path: root/eshtrans/Makefile
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-02-23 14:18:23 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-02-23 14:18:23 (EST)
commit2d2c37f572b2b3a0d257372ad7b9f034c5785491 (patch)
treeacad35f11ca1d273a6fc3e4e851e25529415d527 /eshtrans/Makefile
parent016fade613b1fc2300bc4c46ad501ea8286e4a2c (diff)
downloadeggshell-2d2c37f572b2b3a0d257372ad7b9f034c5785491.zip
eggshell-2d2c37f572b2b3a0d257372ad7b9f034c5785491.tar.gz
eggshell-2d2c37f572b2b3a0d257372ad7b9f034c5785491.tar.bz2
eshtrans/Makefile: Build eshtrans with itself
The old bootstrapping/stage-one makefile is kept at Makefile.old.
Diffstat (limited to 'eshtrans/Makefile')
-rw-r--r--eshtrans/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/eshtrans/Makefile b/eshtrans/Makefile
index 7dbd280..5a093b6 100644
--- a/eshtrans/Makefile
+++ b/eshtrans/Makefile
@@ -18,11 +18,9 @@ clean:
rm -f eshtrans $(OBJECTS)
eshtrans: $(OBJECTS) Makefile
- cat $(OBJECTS) >$@
- printf 'main "$${@}"\n' >>$@
- chmod a+x $@
+ ../eshld/eshld -o $@ $(OBJECTS)
$(OBJECTS): Makefile
.esh.sh:
- cp $< $@
+ ./eshtrans $<