diff options
author | paul <paul> | 2005-04-25 14:18:43 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-25 14:18:43 +0000 |
commit | c4d23bba6d522336755676a028a8f4355500ab67 (patch) | |
tree | 0d86b64de84a076a0395826a2383cbf4b7ce1f3a | |
parent | 2c1de2a8b89f3d3364ad716cfbba295097c7fc61 (diff) |
- arg, fix the missing slash. Beat myself with the diff of the last commit
to HACKING (which I added..)
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |