From: paul Date: Mon, 25 Apr 2005 14:18:43 +0000 (+0000) Subject: - arg, fix the missing slash. Beat myself with the diff of the last commit X-Git-Tag: frr-2.0-rc1~3048 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c4d23bba6d522336755676a028a8f4355500ab67;p=mirror%2Ffrr.git - 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 774a7f3dcb..03ca5e1261 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)