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

in the build directory).
This commit is contained in:
Leonard Norrgård 2001-01-07 21:52:39 +00:00 committed by Alexandre Julliard
parent 29fe7e85f5
commit 47d4165822
1 changed files with 1 additions and 1 deletions

View File

@ -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