From c4d23bba6d522336755676a028a8f4355500ab67 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 25 Apr 2005 14:18:43 +0000 Subject: - arg, fix the missing slash. Beat myself with the diff of the last commit to HACKING (which I added..) --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 774a7f3d..03ca5e12 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -30,4 +30,4 @@ pkginclude_HEADERS = \ EXTRA_DIST = regex.c regex-gnu.h memtypes.awk memtypes.h: $(srcdir)/memtypes.c $(srcdir)/memtypes.awk - ($(GAWK) -f $(srcdir)/memtypes.awk $(srcdir)memtypes.c > memtypes.h) + ($(GAWK) -f $(srcdir)/memtypes.awk $(srcdir)/memtypes.c > memtypes.h) -- cgit v1.2.1