mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 14:17:58 +00:00
Reference $(SRCDIR) when installing the perl script (it doesn't exist
in the build directory).
This commit is contained in:
parent
29fe7e85f5
commit
47d4165822
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue