diff options
Diffstat (limited to 'dmake/unix/Makefile.am')
-rwxr-xr-x | dmake/unix/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dmake/unix/Makefile.am b/dmake/unix/Makefile.am index 358b4740ce4c..01d494d2155f 100755 --- a/dmake/unix/Makefile.am +++ b/dmake/unix/Makefile.am @@ -4,13 +4,8 @@ noinst_LIBRARIES = libunix.a libunix_a_SOURCES = arlib.c dcache.c dirbrk.c rmprq.c ruletab.c runargv.c -INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/unix/linux/gnu -I$(top_srcdir)/unix -I$(top_srcdir)/unix/linux +INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/unix/@OS_VERSION@/gnu -I$(top_srcdir)/unix/@OS_VERSION@ -I$(top_srcdir)/unix -#LDADDS = @STRIP_BEGIN@ \ -# -lm \ -# @STRIP_END@ - -#libunix_a_LDFLAGS = -export-dynamic |