Commit a59f00d4 a59f00d4390990afc6579df97333d77c0a611291 by Jeff Bailey

Fix to remove GNU Make'ism

1 parent c147308f
1 2001-10-13 Jeff Bailey <jbailey@outpost.dnsalias.org>
2
3 * guimb/Makefile.am: Remove GNU Makeism.
4
5 * libmu_scm/Makefile.am: Remove GNU Makeism.
6
1 2001-10-12 Jeff Bailey <jbailey@outpost.dnsalias.org> 7 2001-10-12 Jeff Bailey <jbailey@outpost.dnsalias.org>
2 8
3 * libmu_scm/Makefile.am: Fixes for RO srcdir. 9 * libmu_scm/Makefile.am: Fixes for RO srcdir.
......
1 AUTOMAKE_OPTIONS = ../lib/ansi2knr 1 AUTOMAKE_OPTIONS = ../lib/ansi2knr
2 INCLUDES =-I$(CURDIR) -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \ 2 INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \
3 -I$(top_srcdir)/libmu_scm 3 -I$(top_srcdir)/libmu_scm
4 4
5 SUBDIRS=scm 5 SUBDIRS=scm
......
1 AUTOMAKE_OPTIONS = ../lib/ansi2knr 1 AUTOMAKE_OPTIONS = ../lib/ansi2knr
2 INCLUDES =-I$(CURDIR) -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include 2 INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
3 3
4 noinst_LIBRARIES=@MU_SCM@ 4 noinst_LIBRARIES=@MU_SCM@
5 EXTRA_LIBRARIES=libmu_scm.a 5 EXTRA_LIBRARIES=libmu_scm.a
......