Add a crucial missing ;
authorIan Lynagh <igloo@earth.li>
Sat, 8 Sep 2007 23:10:24 +0000 (23:10 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 8 Sep 2007 23:10:24 +0000 (23:10 +0000)
libraries/Makefile

index 5ba4d70..d120a69 100644 (file)
@@ -344,7 +344,7 @@ endif
 $(foreach SUBDIR,$(SUBDIRS),binary-dist.library.$(SUBDIR)): \
 binary-dist.library.%:
        if ifBuildable/ifBuildable $*; then \
-         $(MKDIRHIER) $(BIN_DIST_LIBDIR)/$* \
+         $(MKDIRHIER) $(BIN_DIST_LIBDIR)/$*; \
          cd $* && \
          cp    $*.cabal      $(BIN_DIST_LIBDIR)/$* && \
          cp    LICENSE       $(BIN_DIST_LIBDIR)/$* && \