Skip to content

Commit

Permalink
buildsystem: Ensure output dir exists before creating pkgconf file
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsa committed Aug 26, 2024
1 parent 67ac0db commit 9fe99ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ valgrind valgrind-quiet valgrind-verbose valgrind-debug: $(TEST_BINS)
check: test

$(BUILDDIR)/$(LIB_PKGCON): $(LIB_PKGCON).in
$(Q)$(MKDIR) $(dir $@)
sed \
-e 's#PREFIX#$(PREFIX)#' \
-e 's#LIBDIR#$(LIBDIR)#' \
Expand Down

0 comments on commit 9fe99ed

Please sign in to comment.