summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorpaul <paul>2005-04-25 14:18:43 +0000
committerpaul <paul>2005-04-25 14:18:43 +0000
commitc4d23bba6d522336755676a028a8f4355500ab67 (patch)
tree0d86b64de84a076a0395826a2383cbf4b7ce1f3a /lib/Makefile.am
parent2c1de2a8b89f3d3364ad716cfbba295097c7fc61 (diff)
- arg, fix the missing slash. Beat myself with the diff of the last commit
to HACKING (which I added..)
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
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)