Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Apr 12, 2017
1 parent 19fe411 commit 4f60606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -111,6 +111,7 @@ build/%.cpp.o: %.cpp
$(CXX) $< $(BUILD_CXX_FLAGS) -c -o $@

build/%.pc: %.pc.in
-@mkdir -p build
sed \
-e "s|@PREFIX@|$(PREFIX)|" \
-e "s|@INCDIR@|$(INCDIR)|" \
Expand Down

0 comments on commit 4f60606

Please sign in to comment.