commit | c4d23bba6d522336755676a028a8f4355500ab67 | [log] [tgz] |
---|---|---|
author | paul <paul> | Mon Apr 25 14:18:43 2005 +0000 |
committer | paul <paul> | Mon Apr 25 14:18:43 2005 +0000 |
tree | 0d86b64de84a076a0395826a2383cbf4b7ce1f3a | |
parent | 2c1de2a8b89f3d3364ad716cfbba295097c7fc61 [diff] |
- arg, fix the missing slash. Beat myself with the diff of the last commit to HACKING (which I added..)
diff --git a/lib/Makefile.am b/lib/Makefile.am index 774a7f3..03ca5e1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am
@@ -30,4 +30,4 @@ 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)