guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile Makefile.am


From: Marius Vollmer
Subject: guile/guile-core/libguile Makefile.am
Date: Wed, 21 Nov 2001 15:23:12 -0500

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Marius Vollmer <address@hidden> 01/11/21 15:23:12

Modified files:
        guile-core/libguile: Makefile.am 

Log message:
        (install-exec-hook): Prepend $(DESTDIR) to filename.  Thanks to Eric
        Gillespie, Jr!

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.138.2.7&tr2=1.138.2.8&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/Makefile.am
diff -u guile/guile-core/libguile/Makefile.am:1.150 
guile/guile-core/libguile/Makefile.am:1.151
--- guile/guile-core/libguile/Makefile.am:1.150 Tue Nov 20 05:53:19 2001
+++ guile/guile-core/libguile/Makefile.am       Wed Nov 21 15:21:39 2001
@@ -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.



reply via email to

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