* Makefile.am (MKDEP): copied from libguile/Makefile.am, just in
authorMichael Livshin <mlivshin@bigfoot.com>
Thu, 31 May 2001 12:47:24 +0000 (12:47 +0000)
committerMichael Livshin <mlivshin@bigfoot.com>
Thu, 31 May 2001 12:47:24 +0000 (12:47 +0000)
case.
(CLEANFILES): added *.x (and removed from DISTCLEANFILES)

srfi/ChangeLog
srfi/Makefile.am

index e18ad71..a9ef7e5 100644 (file)
@@ -1,3 +1,9 @@
+2001-05-31  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * Makefile.am (MKDEP): copied from libguile/Makefile.am, just in
+       case.
+       (CLEANFILES): added *.x (and removed from DISTCLEANFILES)
+
 2001-05-28  Michael Livshin  <mlivshin@bigfoot.com>
 
        * srfi-19.scm: removed a stray open parenthesis. (thanks to
index 1710856..c454b19 100644 (file)
@@ -53,9 +53,11 @@ EXTRA_DIST = $(srfi_DATA)
 
 GUILE_SNARF = ../libguile/guile-snarf
 
+MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+
 SUFFIXES = .x
 .c.x:
        $(GUILE_SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
        || { rm $@; false; }
 
-DISTCLEANFILES = *.x
+CLEANFILES = *.x