Skip to content

Instantly share code, notes, and snippets.

@benjaminfjones
Created March 7, 2013 21:39
Show Gist options
  • Save benjaminfjones/5112049 to your computer and use it in GitHub Desktop.
Save benjaminfjones/5112049 to your computer and use it in GitHub Desktop.
diff --git a/scheme/Makefile.am b/scheme/Makefile.am
index 14c3894..be8b9e2 100644
--- a/scheme/Makefile.am
+++ b/scheme/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-nodist_pkglib_DATA=vicare.boot
+nodist_pkgdata_DATA=vicare.boot
EXTRA_DIST=ikarus.boot.4.prebuilt ikarus.boot.8.prebuilt last-revision \
ikarus.enumerations.ss run-tests.ss \
@@ -104,7 +104,7 @@ EXTRA_DIST=ikarus.boot.4.prebuilt ikarus.boot.8.prebuilt last-revision \
NEW_BOOT_FILE = vicare.boot
NEW_EXECUTABLE = ../src/vicare
-all: $(nodist_pkglib_DATA)
+all: $(nodist_pkgdata_DATA)
$(srcdir)/last-revision:
git show | head -1 | cut -d ' ' -f2 >$@
@@ -119,7 +119,7 @@ ikarus.config.ss: Makefile last-revision ../config.h
echo '(define wordsize $(sizeofvoidp))' >>$@
-CLEANFILES=$(nodist_pkglib_DATA) ikarus.config.ss
+CLEANFILES=$(nodist_pkgdata_DATA) ikarus.config.ss
MAINTAINERCLEANFILES=last-revision
# To create the new boot image we use a prebuilt boot image; the
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment