gdbm/Makefile: missing close paren.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Tue, 17 Sep 2013 01:00:41 +0000 (18:00 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Tue, 17 Sep 2013 01:00:41 +0000 (18:00 -0700)
src/gdbm/Makefile

index 4e7fbefc7f203a13195b4e744307feaac39c0a13..f3340dbe26b130c4878cdca4d10ab08ab93a99ac 100644 (file)
@@ -32,7 +32,7 @@ check:
 install:
        ( echo '(begin'; \
          echo '  (install-shim "gdbm")'; \
-         echo '  (install-load-option "gdbm2" "gdbm")' ) \
+         echo '  (install-load-option "gdbm2" "gdbm"))' ) \
        | $(exe) -- *.com *.bci *.pkd make.scm
 
 clean distclean maintainer-clean: