From 47d4165822ef46d0f19d2588e1974a5ccac3ac31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leonard=20Norrg=C3=A5rd?= Date: Sun, 7 Jan 2001 21:52:39 +0000 Subject: [PATCH] Reference $(SRCDIR) when installing the perl script (it doesn't exist in the build directory). --- tools/specmaker/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/specmaker/Makefile.in b/tools/specmaker/Makefile.in index e3c7bfdf173..c5388b90d10 100644 --- a/tools/specmaker/Makefile.in +++ b/tools/specmaker/Makefile.in @@ -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 -- 2.11.4.GIT