Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created June 7, 2012 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/2888119 to your computer and use it in GitHub Desktop.
Save tadzik/2888119 to your computer and use it in GitHub Desktop.
diff --git a/bin/ufo b/bin/ufo
index 3de13e3..3931e34 100755
--- a/bin/ufo
+++ b/bin/ufo
@@ -22,7 +22,7 @@ TESTS = $(shell if [ -d 't' ]; then find t -name '*.t'; fi)
all:: build
-build:: $(BLIB_PIRS) $(BLIB_PMS)
+build:: $(BLIB_PMS) $(BLIB_PIRS)
$(BLIB)/%.pm:: %.pm
mkdir -p `dirname '$@'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment