Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a59f00d4
...
a59f00d4390990afc6579df97333d77c0a611291
authored
2001-10-13 13:33:11 +0000
by
Jeff Bailey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix to remove GNU Make'ism
1 parent
c147308f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
ChangeLog
guimb/Makefile.am
libmu_scm/Makefile.am
ChangeLog
View file @
a59f00d
2001-10-13 Jeff Bailey <jbailey@outpost.dnsalias.org>
* guimb/Makefile.am: Remove GNU Makeism.
* libmu_scm/Makefile.am: Remove GNU Makeism.
2001-10-12 Jeff Bailey <jbailey@outpost.dnsalias.org>
* libmu_scm/Makefile.am: Fixes for RO srcdir.
...
...
guimb/Makefile.am
View file @
a59f00d
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(CURDIR)
-I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
\
INCLUDES
=
-I
.
-I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/libmu_scm
SUBDIRS
=
scm
...
...
libmu_scm/Makefile.am
View file @
a59f00d
AUTOMAKE_OPTIONS
=
../lib/ansi2knr
INCLUDES
=
-I
$(CURDIR)
-I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
INCLUDES
=
-I
.
-I
$(top_builddir)
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
noinst_LIBRARIES
=
@MU_SCM@
EXTRA_LIBRARIES
=
libmu_scm.a
...
...
Please
register
or
sign in
to post a comment