Skip to content
Snippets Groups Projects
Commit afd81380 authored by Christopher Alfeld's avatar Christopher Alfeld
Browse files

Removes assumption that "." is in path for regenerating files. I.e.

fixe's the config.status bug.
parent 1d2288e1
No related branches found
No related tags found
No related merge requests found
...@@ -67,4 +67,4 @@ vpath % $(SRCDIR) $(MOSTLY_SRCDIRS) ...@@ -67,4 +67,4 @@ vpath % $(SRCDIR) $(MOSTLY_SRCDIRS)
# #
%: %.in %: %.in
@echo "Regenerating $@" @echo "Regenerating $@"
cd $(OBJDIR) && CONFIG_FILES=$(SUBDIR)/$@ config.status cd $(OBJDIR) && CONFIG_FILES=$(SUBDIR)/$@ ./config.status
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment