From 2d2c37f572b2b3a0d257372ad7b9f034c5785491 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 23 Feb 2016 14:18:23 -0500 Subject: eshtrans/Makefile: Build eshtrans with itself The old bootstrapping/stage-one makefile is kept at Makefile.old. --- (limited to 'eshtrans/Makefile') 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 $< -- cgit v0.9.1