.
authorJim Meyering <jim@meyering.net>
Fri, 6 Feb 1998 20:45:51 +0000 (20:45 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Feb 1998 20:45:51 +0000 (20:45 +0000)
GNUmakefile [new file with mode: 0644]

diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644 (file)
index 0000000..81667ac
--- /dev/null
@@ -0,0 +1,7 @@
+# Having a separate GNUmakefile lets me `include' the dynamically
+# generated rules created via Makefile.maint as well as Makefile.maint itself.
+# This makefile is used only if you run GNU Make.
+# It is necessary if you modify files in the m4/ directory or
+# want to build targets usually of interest only to the maintainer.
+include Makefile
+include $(srcdir)/Makefile.maint