Commit 47d41658 authored by Leonard Norrgård's avatar Leonard Norrgård Committed by Alexandre Julliard

Reference $(SRCDIR) when installing the perl script (it doesn't exist

in the build directory).
parent 29fe7e85
......@@ -26,7 +26,7 @@ specmaker: $(OBJS)
install:: $(PROGRAMS)
[ -d $(bindir) ] || $(MKDIR) $(bindir)
$(INSTALL_PROGRAM) specmaker $(bindir)/specmaker
$(INSTALL_PROGRAM) function_grep.pl $(bindir)/function_grep.pl
$(INSTALL_PROGRAM) $(SRCDIR)/function_grep.pl $(bindir)/function_grep.pl
uninstall::
$(RM) $(bindir)/specmaker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment