Removed (obsolete) `common/Makefile` and `mercurial/Makefile`
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 09 Feb 2018 12:06:00 +0000
changeset 810 c04f9722d89f
parent 809 1bbcf42198c6
child 812 10b0181c33fb
child 813 dab0996374c8
Removed (obsolete) `common/Makefile` and `mercurial/Makefile` ...which have been replaced by `Makefile.init` (because of macOS, sigh)
common/Makefile
mercurial/Makefile
--- a/common/Makefile	Fri Feb 09 08:28:44 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-#
-# DO NOT EDIT
-#
-# make uses this file (Makefile) only, if there is no
-# file named "makefile" (lower-case m) in the same directory.
-# My only task is to generate the real makefile and call make again.
-# Thereafter, I am no longer used and needed.
-#
-
-.PHONY: run
-
-run: makefile
-	$(MAKE) -f makefile
-
-#only needed for the definition of $(TOP)
-include Make.proto
-
-makefile:
-	$(TOP)/rules/stmkmf
--- a/mercurial/Makefile	Fri Feb 09 08:28:44 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-#
-# DO NOT EDIT
-#
-# make uses this file (Makefile) only, if there is no
-# file named "makefile" (lower-case m) in the same directory.
-# My only task is to generate the real makefile and call make again.
-# Thereafter, I am no longer used and needed.
-#
-
-.PHONY: run
-
-run: makefile
-	$(MAKE) -f makefile
-
-#only needed for the definition of $(TOP)
-include Make.proto
-
-makefile:
-	$(TOP)/rules/stmkmf