guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

install-exec-hook fix for libguile/Makefile.am


From: Eric Gillespie, Jr.
Subject: install-exec-hook fix for libguile/Makefile.am
Date: Tue, 20 Nov 2001 21:19:11 -0500
User-agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.5 (asparagus)

For some reason i had a /usr/local/bin/guile-snarf.awk.  When i
was testing the install with DESTDIR that rm -f failed.  I don't
how that file got there, but i think you should always use
DESTDIR in front of bindir and friends anyway.

Index: libguile/Makefile.am
===================================================================
RCS file: /cvs/guile/guile-core/libguile/Makefile.am,v
retrieving revision 1.138.2.7
diff -a -u -r1.138.2.7 Makefile.am
--- libguile/Makefile.am        2001/11/20 12:36:21     1.138.2.7
+++ libguile/Makefile.am        2001/11/21 02:18:12
@@ -106,7 +106,7 @@
 ## lingering there due to an earlier guile version not having been
 ## wiped out.
 install-exec-hook:
-       rm -f $(bindir)/guile-snarf.awk
+       rm -f $(DESTDIR)$(bindir)/guile-snarf.awk
 
 ## This is kind of nasty... there are ".c" files that we don't want to
 ## compile, since they are #included.  So instead we list them here.

-- 
Eric Gillespie, Jr. <*> address@hidden

"I wish people didn't exist."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]