]> git.puffer.fish Git - matthieu/frr.git/commitdiff
- arg, fix the missing slash. Beat myself with the diff of the last commit
authorpaul <paul>
Mon, 25 Apr 2005 14:18:43 +0000 (14:18 +0000)
committerpaul <paul>
Mon, 25 Apr 2005 14:18:43 +0000 (14:18 +0000)
  to HACKING (which I added..)

lib/Makefile.am

index 774a7f3dcbfd542c0a143ddecb13f1411f9384b4..03ca5e1261609161b091ad129717642300c4fe19 100644 (file)
@@ -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)