Reference $(SRCDIR) when installing the perl script (it doesn't exist
in the build directory).
This commit is contained in:
parent
29fe7e85f5
commit
47d4165822
|
@ -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 New Issue